pub type CoordPair = CoordinatePair<CSSFloat>;
The path coord type.
#[repr(C)]pub struct CoordPair { pub x: f32, pub y: f32, }
x: f32
y: f32
+
/
*
-