A Line Segment primitive. 


Inherited from Segment.


Can be created with method new:

Lib.Away3D.Primitives.LineSegment.new(v0, v1, color0, color1, thickness)

Create a line segment

v0 - Vector3D, Start position of the line segment

v1 - Vector3D, Ending position of the line segment

color0 - Int = 0x333333, Starting color of the line segment

color1 - Int = 0x333333, Ending colour of the line segment

thickness - Float = 1, Thickness of the line  


Public constant:

TYPE

String, "line"

Created with the Personal Edition of HelpNDoc: Easy EPub and documentation editor