Packageorg.papervision3d.objects.special.commands
Classpublic class LineTo
ImplementsIVectorShape



Public Properties
 PropertyDefined by
  vertex : Vertex3D
LineTo
Public Methods
 MethodDefined by
  
LineTo(vertex:Vertex3D)
LineTo
  
draw(graphics:Graphics, prevDrawn:Boolean):Boolean
LineTo
  
drawScaledStroke(prevVertex:Vertex3D, graphics:Graphics, renderSessionData:RenderSessionData, material:VectorShapeMaterial):void
LineTo
Property detail
vertexproperty
public var vertex:Vertex3D
Constructor detail
LineTo()constructor
public function LineTo(vertex:Vertex3D)Parameters
vertex:Vertex3D
Method detail
draw()method
public function draw(graphics:Graphics, prevDrawn:Boolean):BooleanParameters
graphics:Graphics
 
prevDrawn:Boolean

Returns
Boolean
drawScaledStroke()method 
public function drawScaledStroke(prevVertex:Vertex3D, graphics:Graphics, renderSessionData:RenderSessionData, material:VectorShapeMaterial):voidParameters
prevVertex:Vertex3D
 
graphics:Graphics
 
renderSessionData:RenderSessionData
 
material:VectorShapeMaterial