pub(crate) type NormalizedCoord = F2Dot14;
A normalized variation coordinate in 2.14 fixed point in the range [-1.0, 1.0].
#[repr(transparent)]pub(crate) struct NormalizedCoord(/* private fields */);