pub type CoordPair = CoordinatePair<CSSFloat>;Expand description
The path coord type.
Aliased Type§
#[repr(C)]pub struct CoordPair {
pub x: f32,
pub y: f32,
}Fields§
§x: f32§y: f32pub type CoordPair = CoordinatePair<CSSFloat>;The path coord type.
#[repr(C)]pub struct CoordPair {
pub x: f32,
pub y: f32,
}x: f32§y: f32