Wiki > TV3D65 Index > TVScreen2DImmediate
Draw_Line3D
DESCRIPTION
Draws a 3d line in the world.
DECLARATION
| VB.NET | Draw_Line3D(x As Single , y As Single , z As Single , x1 As Single , y1 As Single , z1 As Single , color1 As Integer , color2 As Integer) |
| C++ | void Draw_Line3D(float x , float y , float z , float x1 , float y1 , float z1 , int color1 , int color2 ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| x | No | x description |
| y | No | y description |
| z | No | z description |
| x1 | No | x1 description |
| y1 | No | y1 description |
| z1 | No | z1 description |
| color1 | Yes | color1 description |
| color2 | Yes | color2 description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.