| Package | away3d.core.utils |
| Class | public class BezierUtils |
| Method | Defined by | ||
|---|---|---|---|
|
BezierUtils
() | BezierUtils | ||
|
[static]
| BezierUtils | ||
|
[static]
| BezierUtils | ||
|
[static]
| BezierUtils | ||
|
[static]
| BezierUtils | ||
|
getMidPoint(p1:Vector3D, p2:Vector3D):Vector3D
[static]
| BezierUtils | ||
|
[static]
| BezierUtils | ||
| BezierUtils | () | constructor |
public function BezierUtils()
Init Parameters
| createControlPointForLine | () | method |
| getArcLengthArray | () | method |
public static function getArcLengthArray(command:PathCommand, delta:Number):Vector
Parameters
command:PathCommand |
|
delta:Number |
Vector |
| 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 |