Closed ra4king closed 9 years ago
Structs are typeless.
Meaning: public void set(Vector3) and public void set(Vector4) are both rewritten to public void set(int) which causes the duplicate method error.
Ha, I was suspicious of that, thanks.
My last final of the semester is this Thursday, which means more free time => more programming. Get on IRC more often please :)
https://github.com/ra4king/LWJGL-OpenGL-Utils/blob/MathLibStruct/src/com/ra4king/opengl/util/math/Vector3.java