Package | away3d.core.geom |
Class | public class PathCommand |
Property | Defined by | ||
---|---|---|---|
pControl : Number3D
| PathCommand | ||
pEnd : Number3D
| PathCommand | ||
pStart : Number3D
| PathCommand | ||
type : String | PathCommand |
Method | Defined by | ||
---|---|---|---|
PathCommand | |||
toString():String
| PathCommand |
Constant | Defined by | ||
---|---|---|---|
CURVE : String = "C" [static]
| PathCommand | ||
LINE : String = "L" [static]
| PathCommand | ||
MOVE : String = "M" [static]
| PathCommand |
pControl | property |
public var pControl:Number3D
pEnd | property |
public var pEnd:Number3D
pStart | property |
public var pStart:Number3D
type | property |
public var type:String
PathCommand | () | constructor |
public function PathCommand(type:String, pStart:Number3D = null, pControl:Number3D = null, pEnd:Number3D = null)
Parameters
type:String |
|
pStart:Number3D (default = null )
|
|
pControl:Number3D (default = null )
|
|
pEnd:Number3D (default = null )
|
toString | () | method |
public function toString():String
Returns
String |
CURVE | constant |
public static const CURVE:String = "C"
LINE | constant |
public static const LINE:String = "L"
MOVE | constant |
public static const MOVE:String = "M"