Description
The unit-length direction vector corresponding to the specified angles.
Snippet
Direction From Angles(0, 0);
Properties
Returns: Direction
Parameters: Horizontal Angle, Vectical Angle
Horizontal Angle
Type: Float, Default: Number
The horizontal angle in degrees used to construct the resulting vector.Vectical Angle
Type: Float, Default: Number
The vertical angle in degrees used to construct the resulting vector.