spherical_from_cartesian
spherical_from_cartesian(out, out_offset, x, y, z)
Convert cartesian coordinates to spherical
Kind: global function
Param | Type |
---|---|
out | Array.<number> |
out_offset | number |
x | number |
y | number |
z | number |
Convert cartesian coordinates to spherical
Kind: global function
Param | Type |
---|---|
out | Array.<number> |
out_offset | number |
x | number |
y | number |
z | number |