Package | away3d.primitives |
Class | public class LineSegment |
Inheritance | LineSegment SegmentBase |
Method | Defined by | ||
---|---|---|---|
LineSegment
(v0:Vector3D, v1:Vector3D, color0:uint = 0x333333, color1:uint = 0x333333, thickness:Number = 1) | LineSegment |
Constant | Defined by | ||
---|---|---|---|
TYPE : String = "line" | LineSegment |
LineSegment | () | constructor |
public function LineSegment(v0:Vector3D, v1:Vector3D, color0:uint = 0x333333, color1:uint = 0x333333, thickness:Number = 1)
Parameters
v0:Vector3D |
|
v1:Vector3D |
|
color0:uint (default = 0x333333 )
|
|
color1:uint (default = 0x333333 )
|
|
thickness:Number (default = 1 )
|
TYPE | constant |
public const TYPE:String = "line"