LINE_3D (STRUCT)
TYPE LINE_3D : STRUCT
This structure defines a straight line in the three dimensional space by specifying two (not identical) points being part of it.
- InOut:
Name |
Type |
Comment |
vP
|
Vector3D |
First point on straight line |
vV
|
Vector3D |
Second point on straight line |