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
macro_rules! Vec3_Set {
($v:expr, $x:expr, $y:expr, $z:expr) => { ... };
}
Sets the x, y, and z components of a 3D vector