Expand description
Set of traits representing various geometric properties & operations
Traits§
- Almost
Collides With - Trait for types that can detect ‘almost-collisions’ between
self
andother
of typeT
. - Collides
With - Trait for types that can detect collisions between
self
andother
of typeT
. - Distance
To - Trait for types that can compute the minimum distance between
self
andother
of typeT
. - Separation
Distance - Trait for types that can compute the minimum distance to separate
self
fromother
of typeT
. - Transformable
- Trait for types that can modify themselves by a
Transformation
. - Transformable
From - Trait for types that can modify themselves to a reference object with a
Transformation
applied.