Expand description
Utility crate providing functions for geometry computations.
Structs§
- Circle
- Represents a circle in a 2D euclidean space.
- Complex
- Represents a complex number
- Line
- Represents a line in a 2D Euclidean space.
Enums§
- Value
Enum - Enumerated value type for serialization.
Functions§
- distance_
pt_ ln - distance_
pt_ pt - get_
angle - Gets the angle between two arms and the origin
- get_
angle_ directed - Gets the directed angle between two arms and the origin
- get_
intersection - Gets the intersection point of two lines.
- get_
line - Get the line going through
p1
andp2
- rotate_
around