Packageaway3d.core.geom
Classpublic class PathCommand

Public Properties
 PropertyDefined by
  pControl : Number3D
PathCommand
  pEnd : Number3D
PathCommand
  pStart : Number3D
PathCommand
  type : String
PathCommand
Public Methods
 MethodDefined by
  
PathCommand
(type:String, pStart:Number3D = null, pControl:Number3D = null, pEnd:Number3D = 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:Number3D

pEndproperty 
public var pEnd:Number3D

pStartproperty 
public var pStart:Number3D

typeproperty 
public var type:String

Constructor detail
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)
Init Parameters
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"
Wiki link
Click to go to the wiki page for 'away3d.core.geom.PathCommand'

Code examples

Comments