Type Alias Translation2
Source pub type Translation2<T> = Translation<T, 2>;
Expand description
A 2-dimensional translation.
#[repr(C)]
pub struct Translation2<T> {
pub vector: Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>,
}
The translation coordinates, i.e., how much is added to a point’s coordinates when it is
translated.
Source§Available on crate feature glam014 only.
Converts to this type from the input type.
Source§Available on crate feature glam015 only.
Converts to this type from the input type.
Source§Available on crate feature glam024 only.
Converts to this type from the input type.
Source§Available on crate feature glam025 only.
Converts to this type from the input type.
Source§Available on crate feature glam027 only.
Converts to this type from the input type.
Source§Available on crate feature glam028 only.
Converts to this type from the input type.
Source§Available on crate feature glam029 only.
Converts to this type from the input type.
Source§Available on crate feature glam030 only.
Converts to this type from the input type.
Source§Available on crate feature glam031 only.
Converts to this type from the input type.
Source§Available on crate feature glam032 only.
Converts to this type from the input type.
Source§Available on crate feature glam016 only.
Converts to this type from the input type.
Source§Available on crate feature glam017 only.
Converts to this type from the input type.
Source§Available on crate feature glam018 only.
Converts to this type from the input type.
Source§Available on crate feature glam019 only.
Converts to this type from the input type.
Source§Available on crate feature glam020 only.
Converts to this type from the input type.
Source§Available on crate feature glam021 only.
Converts to this type from the input type.
Source§Available on crate feature glam022 only.
Converts to this type from the input type.
Source§Available on crate feature glam023 only.
Converts to this type from the input type.
Source§Available on crate feature glam014 only.
Converts to this type from the input type.
Source§Available on crate feature glam015 only.
Converts to this type from the input type.
Source§Available on crate feature glam024 only.
Converts to this type from the input type.
Source§Available on crate feature glam025 only.
Converts to this type from the input type.
Source§Available on crate feature glam027 only.
Converts to this type from the input type.
Source§Available on crate feature glam028 only.
Converts to this type from the input type.
Source§Available on crate feature glam029 only.
Converts to this type from the input type.
Source§Available on crate feature glam030 only.
Converts to this type from the input type.
Source§Available on crate feature glam031 only.
Converts to this type from the input type.
Source§Available on crate feature glam032 only.
Converts to this type from the input type.
Source§Available on crate feature glam016 only.
Converts to this type from the input type.
Source§Available on crate feature glam017 only.
Converts to this type from the input type.
Source§Available on crate feature glam018 only.
Converts to this type from the input type.
Source§Available on crate feature glam019 only.
Converts to this type from the input type.
Source§Available on crate feature glam020 only.
Converts to this type from the input type.
Source§Available on crate feature glam021 only.
Converts to this type from the input type.
Source§Available on crate feature glam022 only.
Converts to this type from the input type.
Source§Available on crate feature glam023 only.
Converts to this type from the input type.