macro_rules! Vec3_Set {
    ($v : expr, $x : expr, $y : expr, $z : expr) => { ... };
}
Expand description

Sets the X, Y, and Z components of a 3D vector