pub unsafe extern "C" fn msdfgen_Projection_unproject(
this: *const msdfgen_Projection,
coord: *const msdfgen_Point2,
) -> msdfgen_Point2Expand description
Converts the pixel coordinate to shape coordinate.
pub unsafe extern "C" fn msdfgen_Projection_unproject(
this: *const msdfgen_Projection,
coord: *const msdfgen_Point2,
) -> msdfgen_Point2Converts the pixel coordinate to shape coordinate.