MATH.VECTOR3D (STRUCT; Prefix v)

(CAA_Mathematics.library)

Defines a vector of the three dimensional space by specifying the floating point values of the x-, y- and z-component of its targetoint

sEntry

STRING

Name of directory or file

dX

LREAL

x- component of target point (floating point; initialized with 0)

dY

LREAL

y- component of target point (floating point; initialized with 0)

dZ

LREAL

z- component of target point (floating point; initialized with 0)