Packageflare.core
Classpublic class Knot3D
InheritanceKnot3D Inheritance flash.geom.Vector3D

The Knot3D class defines points for the splines (Spline3D).

Knot3D objects not only define the points as vertices do in a mesh, but also define control points to generate and move bezier curves through “inVec” and “outVec” vectors.



Public Properties
 PropertyDefined By
  inVec : Vector3D
Input vector for splines (Spline3D)
Knot3D
  outVec : Vector3D
Output vector for splines (Spline3D)
Knot3D
Public Methods
 MethodDefined By
  
Creates a new Knot3D.
Knot3D
  
clone():Vector3D
[override] Returns a copy of Knot3D.
Knot3D
Property Detail
inVecproperty
public var inVec:Vector3D

Input vector for splines (Spline3D)

outVecproperty 
public var outVec:Vector3D

Output vector for splines (Spline3D)

Constructor Detail
Knot3D()Constructor
public function Knot3D()

Creates a new Knot3D.

Method Detail
clone()method
override public function clone():Vector3D

Returns a copy of Knot3D.

Returns
Vector3D — a new Knot3D.