Macro Vec3_Set

Source
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