Packageaway3d.extrusions.utils
Classpublic class PathSegment

Creates a curved line segment definition required for the Path class.

Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
PathSegment
(pStart:Vector3D, pControl:Vector3D, pEnd:Vector3D)
PathSegment
  
toString():String
PathSegment
Property detail
pControlproperty
public var pControl:Vector3D

Defines the control vector of the PathSegment

pEndproperty 
public var pEnd:Vector3D

Defines the control vector of the PathSegment

pStartproperty 
public var pStart:Vector3D

Defines the first vector of the PathSegment

Constructor detail
PathSegment()constructor
public function PathSegment(pStart:Vector3D, pControl:Vector3D, pEnd:Vector3D)Parameters
pStart:Vector3D
 
pControl:Vector3D
 
pEnd:Vector3D
Init Parameters
Method detail
toString()method
public function toString():String

Returns
String
Wiki link
Click to go to the wiki page for 'away3d.extrusions.utils.PathSegment'

Code examples

Comments