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 |
|
Pascal Serrarens
|
ea72cf5cb9
|
Replaced std::isnan by <math.h>isnan for improved compatibility
|
2022-01-25 11:27:16 +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
|
ef53f08760
|
Replaced INFINITY by numeric limit
|
2022-01-24 13:11:32 +01:00 |
|
Pascal Serrarens
|
979a6eddcd
|
Added Vector3 tests
|
2022-01-24 13:05:32 +01:00 |
|
Pascal Serrarens
|
d15ccd8001
|
Created vector3_test
|
2022-01-24 12:21:00 +01:00 |
|
Pascal Serrarens
|
a16a695054
|
Added Vector3.Normalize and .Magnitude tests
|
2022-01-24 12:01:46 +01:00 |
|
Pascal Serrarens
|
daa51607c4
|
Included first real test
|
2022-01-24 11:50:34 +01:00 |
|
Administrator
|
4a0bd5b08e
|
Update hello_test.cc
|
2022-01-23 15:59:36 +00:00 |
|
Administrator
|
f27f432e77
|
Add example test file
|
2022-01-23 15:09:46 +00:00 |
|
Administrator
|
909f09a474
|
Add new directory
|
2022-01-23 15:06:47 +00:00 |
|