Antkeeper
0.0.1
|
Functions which operate on Cartesian (rectangular) coordinates. More...
Functions | |
template<class T > | |
math::vec3< T > | to_spherical (const math::vec3< T > &v) |
Converts Cartesian (rectangular) coordinates to spherical coordinates. More... | |
Functions which operate on Cartesian (rectangular) coordinates.
math::vec3< T > geom::cartesian::to_spherical | ( | const math::vec3< T > & | v | ) |
Converts Cartesian (rectangular) coordinates to spherical coordinates.
v | Cartesian coordinates. |
Definition at line 43 of file cartesian.hpp.