Package | away3d.extrusions.utils |
Class | public class PathSegment |
Property | Defined by | ||
---|---|---|---|
pControl : Vector3D
Defines the control vector of the PathSegment
| PathSegment | ||
pEnd : Vector3D
Defines the control vector of the PathSegment
| PathSegment | ||
pStart : Vector3D
Defines the first vector of the PathSegment
| PathSegment |
Method | Defined by | ||
---|---|---|---|
PathSegment
(pStart:Vector3D, pControl:Vector3D, pEnd:Vector3D) | PathSegment | ||
toString():String
| PathSegment |
pControl | property |
public var pControl:Vector3D
Defines the control vector of the PathSegment
pEnd | property |
public var pEnd:Vector3D
Defines the control vector of the PathSegment
pStart | property |
public var pStart:Vector3D
Defines the first vector of the PathSegment
PathSegment | () | constructor |
public function PathSegment(pStart:Vector3D, pControl:Vector3D, pEnd:Vector3D)
Parameters
pStart:Vector3D |
|
pControl:Vector3D |
|
pEnd:Vector3D |
toString | () | method |
public function toString():String
Returns
String |