Commit Graph

2 Commits

Author SHA1 Message Date
Thompson Lee
c2e1416a2a Optimizing code, because Quat_FromAxisAngle() will normalize the axis vector. No need to normalize again. 2016-08-11 12:19:32 -04:00
Thompson Lee
0ce2c1398c Adding Quat_LookAt() and Quat_FromAxisAngle().
Removing excess copy/paste code.

Please check my TAU... Fixed K&R. One-liner IFs.

Changed bogus code to accept Quat_FromAxisAngle(vector, angle).
Normalized axis vector in Quat_FromAxisAngle().

Missed that little cross.

Replaced FVec4_New() with Quat_New().

* Changed bogus code to accept Quat_FromAxisAngle(vector, angle).
Normalized axis vector in Quat_FromAxisAngle().

Missed that little cross.

Replaced FVec4_New() with Quat_New().
2016-08-11 12:15:26 -04:00