Convert polar/sphere (azimuth, elevation, distance) coordinates to cartesian (x/y/z grid) coordinates.
Arguments
| Name | Type | Description | Required |
|---|---|---|---|
angle | number(rad) | A number. | Yes |
length | number(Length) | A number. | Yes |
Returns
Point2d - A point in two dimensional space.