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.
pub fn to_logical_point_from_recip(
point: PhysicalPoint,
scale_factor_recip: f32,
) -> Point
Convert a point from logical points to physical pixels using the reciprocal of the scale factor.