pub unsafe extern "C" fn msdfgen_Vector2_normalize(
    this: *const msdfgen_Vector2,
    allowZero: bool
) -> msdfgen_Vector2
Expand description

Returns the normalized vector - one that has the same direction but unit length.