Skip to main content

NormalizedCoord

Type Alias NormalizedCoord 

Source
pub(crate) type NormalizedCoord = F2Dot14;
Expand description

A normalized variation coordinate in 2.14 fixed point in the range [-1.0, 1.0].

Aliased Typeยง

#[repr(transparent)]
pub(crate) struct NormalizedCoord(/* private fields */);