Method | Description | |
---|---|---|
Draw ( Color c ) : void | ||
Line3D ( Vector3 p1, Vector3 p2 ) : System |
Create a Line3D
|
public Line3D ( Vector3 p1, Vector3 p2 ) : System | ||
p1 | Vector3 | The first point in the line |
p2 | Vector3 | The second point in the line |
return | System |