function
ortho()
Returns a new orthogonal vector
vec3
Returns a new orthogonal vector.
vec1 = new Vec3(1, 2, 1);
show_debug_message(vec1.ortho()); // Result: { x : 1, y : 0, z : -1 }
Copyright © 2020, eL-Falso. Built on December 14, 2020 using GMDoc.