pub unsafe extern "C" fn msdfgen_Vector2_getOrthonormal(
this: *const msdfgen_Vector2,
polarity: bool,
allowZero: bool,
) -> msdfgen_Vector2Expand description
Returns a vector with unit length that is orthogonal to this one.
pub unsafe extern "C" fn msdfgen_Vector2_getOrthonormal(
this: *const msdfgen_Vector2,
polarity: bool,
allowZero: bool,
) -> msdfgen_Vector2Returns a vector with unit length that is orthogonal to this one.