orxVECTOR myVector = { 100, 100, 0 }; orxFLOAT angle2 = orxMath_ATan(myVector.fY, myVector.fX);
0.785398185 (45 degrees)