Pascal Serrarens
|
64b7f1103b
|
Removed default Angle type
|
2024-12-27 23:18:39 +01:00 |
|
Pascal Serrarens
|
58beb363ea
|
Completed AngleOf documentation
|
2024-12-27 23:10:53 +01:00 |
|
Pascal Serrarens
|
5f58a2c69e
|
Updated documentation
|
2024-12-26 12:34:26 +01:00 |
|
Pascal Serrarens
|
97d937e77c
|
Fixed (copilot) unit tests
|
2024-12-26 11:05:49 +01:00 |
|
Pascal Serrarens
|
585a3b0fe5
|
Removed default Spherical type
|
2024-12-26 11:02:35 +01:00 |
|
Pascal Serrarens
|
a7aa679494
|
Added a performance test
|
2024-12-26 10:03:47 +01:00 |
|
|
06e42c5b9f
|
Normalized swing twist
|
2024-09-27 15:40:10 +02:00 |
|
|
edbb4b1ffc
|
Removes Angle::deg90/180 because of issues
|
2024-09-27 09:44:06 +02:00 |
|
|
0a07b23e96
|
SwingTwist == and Angle
|
2024-09-26 12:53:59 +02:00 |
|
|
2e61e1b710
|
Fix unit test
|
2024-09-26 10:53:59 +02:00 |
|
|
54d03185b4
|
Extended unit tests (plus fixes)
|
2024-09-26 10:10:28 +02:00 |
|
|
95a6fb3a4b
|
Improved Angle quality
|
2024-09-25 09:39:44 +02:00 |
|
|
0ebfce48d7
|
Spherical direction
|
2024-09-24 11:48:25 +02:00 |
|
|
fb5cee851f
|
Proper angle implementation (unit tests still fail)
|
2024-09-24 10:29:21 +02:00 |
|
|
92d5ef028c
|
Normalizing directions
|
2024-09-23 14:20:07 +02:00 |
|
|
6a1d0434cf
|
Added Angle comparison
|
2024-09-06 12:36:22 +02:00 |
|
|
f48343952b
|
Moved Polar/Spherical to template class completely
|
2024-08-28 11:32:37 +02:00 |
|
|
dedaa31740
|
Fix unit tests
|
2024-08-22 14:24:33 +02:00 |
|
|
c72bba4f7a
|
Change Vector3::Angle return type to AngleOf<float>
|
2024-08-05 12:16:27 +02:00 |
|
|
51772a1843
|
Added add/subtract for discrete angles
|
2024-08-05 11:37:33 +02:00 |
|
|
49c67405fc
|
Make Angle -> float conversion explicit
|
2024-08-05 10:03:42 +02:00 |
|
|
608c45c1a7
|
Fix precision error
|
2024-08-02 14:27:42 +02:00 |
|
|
4591aef901
|
Added Spherical16
|
2024-08-02 12:55:15 +02:00 |
|
|
48828e20b3
|
Fix int/float issues
|
2024-08-02 11:55:27 +02:00 |
|
|
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 |
|