Method | Defined By | ||
---|---|---|---|
BezierUtils | |||
createControlPointForLine(line:PathCommand):void [static] | BezierUtils | ||
getArcLengthArray(command:PathCommand, delta:Number):Vector.<Number> [static] | BezierUtils | ||
getCoordinatesAt(t:Number, command:PathCommand):Vector3D [static] | BezierUtils | ||
getDerivativeAt(t:Number, command:PathCommand):Vector3D [static] | BezierUtils | ||
getMidPoint(p1:Vector3D, p2:Vector3D):Vector3D [static] | BezierUtils | ||
splitPathCommand(command:PathCommand):Array [static] | BezierUtils |
BezierUtils | () | Constructor |
public function BezierUtils()
createControlPointForLine | () | method |
getArcLengthArray | () | method |
public static function getArcLengthArray(command:PathCommand, delta:Number):Vector.<Number>
Parameters
command:PathCommand | |
delta:Number |
Vector.<Number> |
getCoordinatesAt | () | method |
public static function getCoordinatesAt(t:Number, command:PathCommand):Vector3D
Parameters
t:Number | |
command:PathCommand |
Vector3D |
getDerivativeAt | () | method |
public static function getDerivativeAt(t:Number, command:PathCommand):Vector3D
Parameters
t:Number | |
command:PathCommand |
Vector3D |
getMidPoint | () | method |
public static function getMidPoint(p1:Vector3D, p2:Vector3D):Vector3D
Parameters
p1:Vector3D | |
p2:Vector3D |
Vector3D |
splitPathCommand | () | method |
public static function splitPathCommand(command:PathCommand):Array
Parameters
command:PathCommand |
Array |