DirectionVector¶
-
struct DirectionVector¶
Represents an direction vector definition.
-
DirectionVector.DirectionVector(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.
double DirectionVector.X { get; set; }
-
DirectionVector.DirectionVector(double x, double y, double z)¶