Packageaway3d.animators.data
Classpublic class CurveSegment

Holds information about a segment of a curve.

Public Properties
 PropertyDefined by
  v0 : Number3D
coordinates first anchor.
CurveSegment
  v1 : Number3D
coordinates end anchor.
CurveSegment
  vc : Number3D
coordinates control vector for this curve.
CurveSegment
Public Methods
 MethodDefined by
  
Creates a new Segment object.
CurveSegment
Property detail
v0property
public var v0:Number3D

coordinates first anchor.

v1property 
public var v1:Number3D

coordinates end anchor.

vcproperty 
public var vc:Number3D

coordinates control vector for this curve.

Constructor detail
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
Init Parameters
Wiki link
Click to go to the wiki page for 'away3d.animators.data.CurveSegment'

Code examples

Comments