Module tool::core::geometry [−][src]
Collection of functions for geometry computations.
Functions
| cart_to_sph | Component-wise cartesian to spherical conversion. |
| direction | Direction of a vector 3x1. |
| direction_slice | Direction of a slice 3x1. |
| directions | Directions of a list of vectors 3xX. |
| magnitude | Magnitude of a vector 3x1. |
| magnitude_slice | Magnitude of a slice 3x1. |
| magnitudes | Magnitudes of a list of vectors 3xX. |