SDirectionVector¶
-
struct SDirectionVector¶
Represents an direction vector definition.
-
double X¶
Decomposed length in x-direction.
-
double Y¶
Decomposed length in y-direction.
-
double Z¶
Decomposed length in z-direction.
-
SDirectionVector::SDirectionVector(double x, double y, double z)¶
Initializes a new direction vector instance with the specified decomposed dimensions.
- Parameters
x – Decomposed length in x-direction.
y – Decomposed length in y-direction.
z – Decomposed length in z-direction.
-
SDirectionVector::SDirectionVector()¶
Initializes a new direction vector instance with default values for the decomposed dimensions.
-
double X¶