Function: adir3d

Syntax

adir3d (<angle1> {,<angle2>})

Type

point

Returns

A three-dimensional direction formed from a plan angle and an angle of elevation.

Parameters

Examples

The following yields the value (0,1,0)

point dir = adir3d(90)

The following yields the value (0,0.707,0.707,0)

point dir = adir3d(90,45)

See Also

Functions:

ang (numeric), ang3 (numeric), dir3d (point)

Identifiers:

angle_mode (string)