Expand description
Collection of functions for geometry computations.
Functionsยง
- cart_
to_ sph - Convert a list of
Vectors 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
Vectorto another one. - directions
- Directions from of a list of
Vectors to another one. - distance
- Distance from a
Vectorto another one. - distances
- Distances from of a list of
Vectors to another one. - dot_
products - Dot product component-wise between two lists of
Vectors. - magnitudes
- Magnitudes of a list of
Vectors. - projection_
plane - Project the first
Vectoronto the plane described the secondVector(normal of the plane). - projection_
vector - Project the first
Vectoronto the second one. - units
- Unit vectors of a list of
Vectors.