20 Commits

Author SHA1 Message Date
Pascal Serrarens
99e4515358 Fix: adding two vectors with nearly the same angle 2023-03-24 15:42:56 +01:00
Pascal Serrarens
295a2b3902 Added Polar::Rotate 2023-01-27 16:53:42 +01:00
Pascal Serrarens
882dfdfcdb Removed erronous arduino include 2023-01-27 11:48:04 +01:00
Pascal Serrarens
755fc1961d Fix nan issues in consine rule 2023-01-27 11:45:02 +01:00
Pascal Serrarens
4448ee150d Fixed Vector2::Rotation 2023-01-25 15:54:41 +01:00
Pascal Serrarens
6b75707a2e Added cosine/sine rules 2023-01-25 15:46:11 +01:00
Pascal Serrarens
1707751bf3 Fix angle when newDistance < 0 2023-01-25 14:42:13 +00:00
913f8126ad Add source file 2023-01-20 15:52:16 +01:00
d3e2ded5d7 Added Vector2::one and Vector3::one 2022-04-15 16:03:18 +02:00
c1a926582e Added Vector2::Rotate, Moved Rad2Deg/Deg2Rad to Angle class 2022-03-29 13:54:08 +02:00
307a94c567 Added ToFactor function 2022-03-17 15:46:06 +01:00
c2b5791f53 Added first Float and Angle functions 2022-03-17 14:40:07 +01:00
90da11db68 Added Vector2 2022-03-15 12:26:18 +01:00
eb3c7805a3 Added Vector3::Lerp (unit test omitted for now) 2022-01-28 15:48:21 +01:00
Pascal Serrarens
3e85537bf6 Included first Quaternion tests 2022-01-27 13:59:15 +01:00
Pascal Serrarens
adb9b6e235 Improved accuracy of Quaternion::Normalize 2022-01-27 13:40:38 +01:00
Pascal Serrarens
5c11ba83fd Set position independent code flag 2022-01-25 17:30:50 +01:00
Pascal Serrarens
7229337121 Completed Vector3 unit tests
Fixed issues with Angle/SignedAngle for zero and infinity values
2022-01-25 11:23:59 +01:00
Pascal Serrarens
a16a695054 Added Vector3.Normalize and .Magnitude tests 2022-01-24 12:01:46 +01:00
Pascal Serrarens
1fa7681c0d Relocated src and include files 2022-01-11 10:42:48 +01:00