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



Public Properties
 PropertyDefined by
  anchor : Vertex3D
CurveTo
  control : Vertex3D
CurveTo
Public Methods
 MethodDefined by
  
CurveTo(control:Vertex3D, anchor:Vertex3D)
CurveTo
  
draw(graphics:Graphics, prevDrawn:Boolean):Boolean
CurveTo
  
drawScaledStroke(prevVertex:Vertex3D, graphics:Graphics, renderSessionData:RenderSessionData, material:VectorShapeMaterial):void
CurveTo
Property detail
anchorproperty
public var anchor:Vertex3D
controlproperty 
public var control:Vertex3D
Constructor detail
CurveTo()constructor
public function CurveTo(control:Vertex3D, anchor:Vertex3D)Parameters
control:Vertex3D
 
anchor: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