Module tool::core::geometry [−][src]
Collection of functions for geometry computations.
Functions
| cart_to_sph | Component-wise cartesian to spherical conversion. |
| direction | Direction from a vector 3x1 to another one. |
| directions | Directions from of a list of vectors 3xX to another one. |
| distance | Distance from a vector 3x1 to another one. |
| distances | Distances from of a list of vectors to another one. |
| magnitudes | Magnitudes of a list of vectors. |
| units | Unit vectors of a list of vectors 3xX. |