Expand description
Set of traits representing various geometric properties & operations
Traits§
- Almost
Collides With - Trait for types that can detect ‘almost-collisions’ between
selfandotherof typeT. - Collides
With - Trait for types that can detect collisions between
selfandotherof typeT. - Distance
To - Trait for types that can compute the minimum distance between
selfandotherof typeT. - Separation
Distance - Trait for types that can compute the minimum distance to separate
selffromotherof 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
Transformationapplied.