Expand description
Anchor
Ranim has an anchor system based on generics, an anchor can be any type T,
and types that implements Locate<T> can use Locate::locate to convert the anchor to a DVec3 point.
Ranim provides some built-in anchors and related Locate implementations:
Structs§
- Aabb
Point - A point based on
Aabb, the number in each axis means the fraction of the size of theAabb. (0, 0, 0) is the center point. - Centroid
- The centroid.