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