Function rootvg_core::math::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.