Expand description
Transformation types and traits.
Structs§
- A transformation representing translation, rotation, and reflection of geometry.
- A builder for creating transformations from translations and
Orientation
s.
Traits§
- A trait for specifying how the transform of an object is computed.
- A trait for specifying how an object is changed by a transformation.
- A trait for specifying how an object is changed by a transformation.
- A trait for specifying how a shape is translated by a
Point
. - A trait for specifying how a shape is translated by a
Point
.
Type Aliases§
- The type of the transformed view of
T
.
Derive Macros§
- Derives
geometry::transform::TransformMut
. - Derives
geometry::transform::TranslateMut
.