Package | away3d.animators.data |
Class | public class CurveSegment |
Property | Defined by | ||
---|---|---|---|
v0 : Number3D
coordinates first anchor.
| CurveSegment | ||
v1 : Number3D
coordinates end anchor.
| CurveSegment | ||
vc : Number3D
coordinates control vector for this curve.
| CurveSegment |
Method | Defined by | ||
---|---|---|---|
Creates a new
Segment object. | CurveSegment |
v0 | property |
public var v0:Number3D
coordinates first anchor.
v1 | property |
public var v1:Number3D
coordinates end anchor.
vc | property |
public var vc:Number3D
coordinates control vector for this curve.
CurveSegment | () | constructor |
public function CurveSegment(v0:Number3D, vc:Number3D, v1:Number3D)
Parameters
v0:Number3D — v0 A Number3D, the start anchor vector of the curve
|
|
vc:Number3D — vc A Number3D, the control vector of the curve
|
|
v1:Number3D — v1 A Number3D, the end anchor vector of the curve
|