Packageaway3d.core.geom
Classpublic class PathCommand
InheritancePathCommand Inheritance Object



Public Properties
 PropertyDefined By
  pControl : Vector3D
PathCommand
  pEnd : Vector3D
PathCommand
  pStart : Vector3D
PathCommand
  type : String
PathCommand
Public Methods
 MethodDefined By
  
PathCommand(type:String, pStart:Vector3D = null, pControl:Vector3D = null, pEnd:Vector3D = null)
PathCommand
  
toString():String
PathCommand
Public Constants
 ConstantDefined By
  CURVE : String = C
[static]
PathCommand
  LINE : String = L
[static]
PathCommand
  MOVE : String = M
[static]
PathCommand
Property Detail
pControlproperty
public var pControl:Vector3D

pEndproperty 
public var pEnd:Vector3D

pStartproperty 
public var pStart:Vector3D

typeproperty 
public var type:String

Constructor Detail
PathCommand()Constructor
public function PathCommand(type:String, pStart:Vector3D = null, pControl:Vector3D = null, pEnd:Vector3D = null)



Parameters
type:String
 
pStart:Vector3D (default = null)
 
pControl:Vector3D (default = null)
 
pEnd:Vector3D (default = null)
####INIT####
Method Detail
toString()method
public function toString():String

Returns
String
Constant Detail
CURVEConstant
public static const CURVE:String = C

LINEConstant 
public static const LINE:String = L

MOVEConstant 
public static const MOVE:String = M