Package | flare.core |
Class | public class Knot3D |
Inheritance | Knot3D ![]() |
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.
Property | Defined By | ||
---|---|---|---|
inVec : Vector3D
Input vector for splines (Spline3D)
| Knot3D | ||
outVec : Vector3D
Output vector for splines (Spline3D)
| Knot3D |
Method | Defined By | ||
---|---|---|---|
Knot3D()
Creates a new Knot3D. | Knot3D | ||
clone():Vector3D [override]
Returns a copy of Knot3D. | Knot3D |
inVec | property |
public var inVec:Vector3D
Input vector for splines (Spline3D)
outVec | property |
public var outVec:Vector3D
Output vector for splines (Spline3D)
Knot3D | () | Constructor |
public function Knot3D()
Creates a new Knot3D.
clone | () | method |
override public function clone():Vector3D
Returns a copy of Knot3D.
ReturnsVector3D — a new Knot3D.
|