Pascal Serrarens
|
2e61e1b710
|
Fix unit test
|
2024-09-26 10:53:59 +02:00 |
|
Pascal Serrarens
|
54d03185b4
|
Extended unit tests (plus fixes)
|
2024-09-26 10:10:28 +02:00 |
|
Pascal Serrarens
|
95a6fb3a4b
|
Improved Angle quality
|
2024-09-25 09:39:44 +02:00 |
|
Pascal Serrarens
|
0ebfce48d7
|
Spherical direction
|
2024-09-24 11:48:25 +02:00 |
|
Pascal Serrarens
|
fb5cee851f
|
Proper angle implementation (unit tests still fail)
|
2024-09-24 10:29:21 +02:00 |
|
Pascal Serrarens
|
92d5ef028c
|
Normalizing directions
|
2024-09-23 14:20:07 +02:00 |
|
Pascal Serrarens
|
6a1d0434cf
|
Added Angle comparison
|
2024-09-06 12:36:22 +02:00 |
|
Pascal Serrarens
|
f48343952b
|
Moved Polar/Spherical to template class completely
|
2024-08-28 11:32:37 +02:00 |
|
Pascal Serrarens
|
dedaa31740
|
Fix unit tests
|
2024-08-22 14:24:33 +02:00 |
|
Pascal Serrarens
|
c72bba4f7a
|
Change Vector3::Angle return type to AngleOf<float>
|
2024-08-05 12:16:27 +02:00 |
|
Pascal Serrarens
|
51772a1843
|
Added add/subtract for discrete angles
|
2024-08-05 11:37:33 +02:00 |
|
Pascal Serrarens
|
49c67405fc
|
Make Angle -> float conversion explicit
|
2024-08-05 10:03:42 +02:00 |
|
Pascal Serrarens
|
608c45c1a7
|
Fix precision error
|
2024-08-02 14:27:42 +02:00 |
|
Pascal Serrarens
|
4591aef901
|
Added Spherical16
|
2024-08-02 12:55:15 +02:00 |
|
Pascal Serrarens
|
48828e20b3
|
Fix int/float issues
|
2024-08-02 11:55:27 +02:00 |
|
Pascal Serrarens
|
a4b0491c2f
|
Fix unit tests
|
2024-08-02 11:27:16 +02:00 |
|
Pascal Serrarens
|
c70c079efc
|
Add spherical subtract
|
2024-06-18 11:45:38 +02:00 |
|
Pascal Serrarens
|
2bad384611
|
Added spherical addition
|
2024-06-17 17:52:32 +02:00 |
|
Pascal Serrarens
|
62d74396e1
|
Extend ulitity functions
|
2024-05-13 19:01:21 +02:00 |
|
Pascal Serrarens
|
95713c8621
|
Cleanup, added utility functions
|
2024-05-13 15:32:42 +02:00 |
|
Pascal Serrarens
|
66e47d736f
|
Cleanup Vector2 and Polar
|
2024-05-12 21:35:44 +02:00 |
|
Pascal Serrarens
|
569309730d
|
Initial subtractop test
|
2024-05-12 20:23:07 +02:00 |
|
Pascal Serrarens
|
b1e34b619e
|
Improved unit tests
|
2024-05-12 15:32:16 +02:00 |
|
Pascal Serrarens
|
6ddb074225
|
Improved unit tests
|
2024-05-12 13:48:03 +02:00 |
|
Pascal Serrarens
|
5489b3c45c
|
Fix test
|
2024-05-10 18:24:51 +02:00 |
|
Pascal Serrarens
|
f190dd7df5
|
Merge branch 'DiscreteAngle' into Experimental
|
2024-04-05 10:43:58 +02:00 |
|
Pascal Serrarens
|
ae55a24dc0
|
Further vector3 conversion fixes
|
2024-03-15 17:20:21 +01:00 |
|
Pascal Serrarens
|
ec0cc47846
|
Fix spherical to vector
|
2024-03-15 15:36:52 +01:00 |
|
Pascal Serrarens
|
e62bacc6b4
|
First Discrete Angle functions
|
2024-03-15 10:46:30 +01:00 |
|
Pascal Serrarens
|
87d2c11ab6
|
Set strict warnings
|
2024-03-15 09:27:23 +01:00 |
|
Pascal Serrarens
|
5141766de5
|
Add spherical.toVector3 test (and fixes)
|
2024-03-14 15:27:34 +01:00 |
|
Pascal Serrarens
|
8e3b9e2b2d
|
Fix Polar test
|
2024-03-14 12:39:34 +01:00 |
|
Pascal Serrarens
|
7b85556f1e
|
Addedfirst Polar test
|
2024-03-14 12:37:22 +01:00 |
|
Pascal Serrarens
|
395f82dc0c
|
Fix Spherical Unit test
|
2024-03-14 12:21:32 +01:00 |
|
Pascal Serrarens
|
0cbef79a85
|
Add first Spherical Unit test
|
2024-03-14 12:14:19 +01:00 |
|
Pascal Serrarens
|
dc601a1746
|
Removed Vector2.tofactor
|
2024-03-14 12:06:07 +01:00 |
|
Pascal Serrarens
|
a152d07948
|
Added Mat/Vec multiplication test
|
2024-02-26 12:01:35 +01:00 |
|
Pascal Serrarens
|
a899a9dc44
|
Added tests and code improvement
|
2024-02-22 14:39:06 +01:00 |
|
Pascal Serrarens
|
59f8d9982f
|
Added access functions
|
2024-02-14 10:54:26 +01:00 |
|
Pascal Serrarens
|
26dd62b379
|
Added and fixed matrix tests
|
2024-02-14 10:37:20 +01:00 |
|
Pascal Serrarens
|
f2753f14bf
|
Updated test
|
2024-02-12 12:21:23 +01:00 |
|
Pascal Serrarens
|
c74c7b7c83
|
Added matrix functions
|
2024-02-12 11:56:51 +01:00 |
|
Pascal Serrarens
|
c1a926582e
|
Added Vector2::Rotate, Moved Rad2Deg/Deg2Rad to Angle class
|
2022-03-29 13:54:08 +02:00 |
|
Pascal Serrarens
|
307a94c567
|
Added ToFactor function
|
2022-03-17 15:46:06 +01:00 |
|
Pascal Serrarens
|
c2b5791f53
|
Added first Float and Angle functions
|
2022-03-17 14:40:07 +01:00 |
|
Pascal Serrarens
|
90da11db68
|
Added Vector2
|
2022-03-15 12:26:18 +01:00 |
|
Pascal Serrarens
|
1ffbeaf854
|
Added GTEST define, removed hello-test
|
2022-02-10 17:25:18 +01:00 |
|
Pascal Serrarens
|
eb3c7805a3
|
Added Vector3::Lerp (unit test omitted for now)
|
2022-01-28 15:48:21 +01:00 |
|
Pascal Serrarens
|
0f46f06ed5
|
Added Quaternion unit tests
|
2022-01-28 13:45:31 +01:00 |
|
Pascal Serrarens
|
3e85537bf6
|
Included first Quaternion tests
|
2022-01-27 13:59:15 +01:00 |
|