pub type TessVec2 = Vector2D<FixedPoint32>;
#[repr(C)]pub struct TessVec2 { pub x: Fp32, pub y: Fp32, /* private fields */ }
x: Fp32
y: Fp32