function
unit_y()
Creates a Vec3 with values { x: 0, y: 1, z : 0 }.
vec3
self
vec1 = new Vec3().unit_y();
show_debug_message(vec1); // Result: { x : 0, y : 1, z : 0 }
Copyright © 2020, eL-Falso. Built on December 14, 2020 using GMDoc.