PHP Doku:: Draws a cubic bezier curve using the current position and the three given points as control points - function.swfshape.drawcubic.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenMing (flash)The SWFShape classSWFShape->drawCubic

Ein Service von Reinhard Neidl - Webprogrammierung.

The SWFShape class

<<SWFShape->drawCircle

SWFShape->drawCubicTo>>

SWFShape->drawCubic

(PHP 4 >= 4.0.5)

SWFShape->drawCubicDraws a cubic bezier curve using the current position and the three given points as control points

Beschreibung

int SWFShape::drawCubic ( float $bx , float $by , float $cx , float $cy , float $dx , float $dy )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
Anonymous
19.11.2008 15:36
This function creates a simple bow in an Cartesian coordinate system using three points.

$bx: x-coordinate of starting point
$by: y-coordinate of starting point

$cx: x-coordinate of tanget
$cy: y-coordinate of tanget

$dx: x-coordinate of ending point
$dy: y-coordinate of ending point



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)