Expand description
Transformation types and traits.
Structs§
- Indicates that an angle was not a valid Manhattan angle.
- A transformation representing a Manhattan translation, rotation, and/or reflection of geometry.
- A builder for creating transformations from translations and
Orientation
s. - A matrix representing a unitary transformation.
Enums§
- A Manhattan rotation: 0, 90, 180, or 270 degrees counterclockwise.
Traits§
- 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 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
. - A trait for specifying how a shape is translated by a
Point
.
Derive Macros§
- Derives
geometry::transform::TransformMut
. - Derives
geometry::transform::TransformRef
. - Derives
geometry::transform::TranslateMut
. - Derives
geometry::transform::TranslateRef
.