Expand description
Collection of functions for geometry computations.
Functionsยง
- cart_
to_ sph - Convert a list of
Vector
s from cartesian to spherical coordinates. - direct_
angle - Compute the direct angle from 0 to 2 PI between two vectors and an upward vector.
- direction
- Direction from a
Vector
to another one. - directions
- Directions from of a list of
Vector
s to another one. - distance
- Distance from a
Vector
to another one. - distances
- Distances from of a list of
Vector
s to another one. - dot_
products - Dot product component-wise between two lists of
Vector
s. - magnitudes
- Magnitudes of a list of
Vector
s. - projection_
plane - Project the first
Vector
onto the plane described the secondVector
(normal of the plane). - projection_
vector - Project the first
Vector
onto the second one. - units
- Unit vectors of a list of
Vector
s.