CAA Mathematics
Structs
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.
Name
Type
Comment
vP
Vector3D
First point on straight line
vV
Second point on straight line