adir3d (<angle1> {,<angle2>})
point
A three-dimensional direction formed from a plan angle and an angle of elevation.
<angle1>
The plan angle
(0 is East). The value is assumed to be in the current angle_mode
units.
<angle2>
The angle of elevation
(90 is Up). The value is assumed to be in the current angle_mode
units. If omitted, the value of zero is assumed.
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)
Functions: |
|
Identifiers: |
angle_mode (string) |