Function to_logical_point_from_recip

Source
pub fn to_logical_point_from_recip(
    point: PhysicalPoint,
    scale_factor_recip: f32,
) -> Point
Expand description

Convert a point from logical points to physical pixels using the reciprocal of the scale factor.