Expand description
Geometric measurement and spatial relationships.
This module defines core spatial metrics describing spatial properties in an orthogonal coordinate system, enabling structured traversal and measurement in geometric spaces.
Structs§
- Angle
- An angle represents a fraction of a full rotation.
- Distance
- A separation between two locations in
D
-dimensional space. - Extent
- An orthogonal extension in
D
-space without a coordinate position. - Orientation
- A unitless directional vector in
D
-dimensional space. - Position
- A location in
D
-dimensional space. - Region
- A
Position
edExtent
. - Region
Strided - A
Stride
dRegion
defining structured traversal. - Stride
- A step size for traversing dimensions or repetitions.
Enums§
- Angle
Direction - The direction of rotation of an angle.
- Angle
Kind - The kind of [
Angle
], based on its normalized turn.