transform
Functions
- encode_unit_to_azimuth(output, output_offset, x, y, z)
- decode_azimuth_to_unit(output, output_offset, x, y)
encode_unit_to_azimuth(output, output_offset, x, y, z)
Kind: global function
| Param | Type |
|---|---|
| output | Array.<number> |
| output_offset | number |
| x | number |
| y | number |
| z | number |
decode_azimuth_to_unit(output, output_offset, x, y)
Kind: global function
| Param | Type | Description |
|---|---|---|
| output | Array.<number> | |
| output_offset | number | |
| x | number | range [-1,1] |
| y | number | range [-1,1] |