pub unsafe extern "C" fn msdfgen_Vector2_normalize(
this: *const msdfgen_Vector2,
allowZero: bool,
) -> msdfgen_Vector2Expand description
Returns the normalized vector - one that has the same direction but unit length.
pub unsafe extern "C" fn msdfgen_Vector2_normalize(
this: *const msdfgen_Vector2,
allowZero: bool,
) -> msdfgen_Vector2Returns the normalized vector - one that has the same direction but unit length.