pub unsafe extern "C" fn msdfgen_Vector2_set(
this: *mut msdfgen_Vector2,
x: f64,
y: f64,
)Expand description
Sets individual elements of the vector.
pub unsafe extern "C" fn msdfgen_Vector2_set(
this: *mut msdfgen_Vector2,
x: f64,
y: f64,
)Sets individual elements of the vector.