Type Alias Translation2D
pub type Translation2D<T> = Translation2D<T, UnknownUnit, UnknownUnit>;Available on crate feature
canvas only.Aliased Type§
pub struct Translation2D<T> {
pub x: T,
pub y: T,
}Fields§
§x: T§y: Tpub type Translation2D<T> = Translation2D<T, UnknownUnit, UnknownUnit>;canvas only.pub struct Translation2D<T> {
pub x: T,
pub y: T,
}x: T§y: T