|
966f6fc77d
|
Update Transform2D.cpp
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m25s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 26s
Fix non-building
|
2025-06-04 15:26:37 -04:00 |
|
|
1bbe237510
|
Further Transform2D
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m28s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 27s
|
2025-04-22 00:28:10 -04:00 |
|
|
d3527ab32c
|
Transform2D
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m21s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 27s
|
2025-04-21 19:24:11 -04:00 |
|
|
e4dd7058e1
|
Implement Geometry::Rect2D class, which will work in tandem with 2D geometry tools such as Transform2D, AABB2D, OBB2D, Polygon2D
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m31s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 23s
|
2025-04-18 15:31:22 -04:00 |
|
|
3259a8e980
|
Expand Matrix4x4 Tests, still have to correct several.
|
2025-04-18 15:01:32 -04:00 |
|
|
b17e49d1df
|
Document & Implement Vector4::Add, AngleBetween, IsZero4, IsZero, Sub, Div, Clamp01
|
2025-04-18 14:58:42 -04:00 |
|
|
16419b2476
|
Add Vector2i to LinearAlgebra header file.
|
2025-04-18 14:57:47 -04:00 |
|
|
1285b85fbd
|
Add AxisAngle members and fill out more unit tests.
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 2m2s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 33s
3.4.6
|
2025-03-05 02:12:53 -05:00 |
|
|
0f5070783e
|
Added some more Quaternion unit tests
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m17s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 28s
|
2025-03-04 16:32:12 -06:00 |
|
|
28f87dd189
|
Add legacy Carmack implementation of Reciprocal Sqrt
|
2025-03-04 16:31:47 -06:00 |
|
|
21f809481d
|
Remove usages of CoordinateFrame
|
2025-03-04 16:31:14 -06:00 |
|
|
7af631d7e5
|
Remove CoordinateFrame cpp file
|
2025-03-04 16:30:40 -06:00 |
|
|
51d51a9cc7
|
Add AxisAngle members and fill out more unit tests.
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m2s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 26s
|
2025-03-03 23:33:03 -05:00 |
|
|
b161250052
|
Remove EulerAngle because it's dumb
|
2025-03-03 23:32:23 -05:00 |
|
|
073b1518fe
|
Unit test Quaternion::Quaternion(Matrix3x3).
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 4m39s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 21s
|
2025-03-03 03:37:05 -06:00 |
|
|
b4e3bf4a7d
|
Fix Quaternion::Quaternion(Matrix3x3) with more correct algorithm.
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 4m29s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 24s
|
2025-03-03 03:29:12 -06:00 |
|
|
2bd27c5f3e
|
Testing RoundTrip for new rotation type conversions
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 2m18s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 33s
|
2025-03-02 05:22:13 -05:00 |
|
|
7e5207d194
|
Fiddle with cmake
|
2025-03-02 05:21:53 -05:00 |
|
|
152e5f4ebd
|
Implement Axisangle::ToQuaternion, and AxisAngle constructor from matrix
|
2025-03-02 05:21:41 -05:00 |
|
|
179bf277b5
|
Fixed potential circular include
|
2025-03-02 05:20:58 -05:00 |
|
|
c5b843f086
|
Fixed potential circular include
|
2025-03-02 05:20:51 -05:00 |
|
|
75e2229126
|
Implemented Quaternion::Equals
|
2025-03-02 05:20:35 -05:00 |
|
|
7592dcdd39
|
Merge remote-tracking branch 'origin/main'
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m34s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 27s
# Conflicts:
# tests/LinearAlgebra/Matrix3x3Tests.hpp
|
2025-02-02 22:11:49 -05:00 |
|
|
0460aede0d
|
Comment out tests for Matrix3x3-To-EulerAngle which is no longer supported at the moment.
|
2025-02-02 22:11:40 -05:00 |
|
|
777601a7c7
|
Add conversion from Vector2-float to Vector2i
|
2025-02-02 22:11:14 -05:00 |
|
|
8e8a0a37d4
|
Add Vector2::PreciselyEquals(),
|
2025-02-02 22:11:02 -05:00 |
|
|
174f6068e7
|
Fix incorrect usage of Normalized() vs Normalize()
|
2025-02-02 22:10:02 -05:00 |
|
|
1a5737a356
|
Deprecate BitTwiddling module, fix obsolete standard header inclusion
|
2025-02-02 22:09:43 -05:00 |
|
|
437113437f
|
Implemented Matrix3x3::ForwardDir, BackwardDir, LeftDir, RightDir, UpDir, DownDir return normalized relative direction vectors.
|
2025-02-02 22:08:48 -05:00 |
|
|
250c745969
|
Remove DirectionVector class
|
2025-02-02 22:06:43 -05:00 |
|
|
245c6c6eb4
|
Update Vector2.cpp
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m17s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 28s
change == and != to not check epsilon. ~= should check epsilon.
3.4.5
|
2025-01-27 02:42:42 -05:00 |
|
Redacted
|
58bd078b05
|
Update include/J3ML/LinearAlgebra/Vector4.hpp
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m51s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 31s
Fix weird compilation issue on gcc?
|
2025-01-16 13:49:32 -05:00 |
|
|
4cbfef1706
|
Fix build error on Matrix3x3tests.
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m26s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 23s
|
2025-01-15 23:39:53 -05:00 |
|
|
43191a9857
|
Fix USE_LOOKUP_TABLES enabled when lookup table implementation is not complete!
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m15s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 27s
|
2024-12-25 17:01:02 -05:00 |
|
|
4de703209c
|
Fix build errors and migrate packages to latest release.
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m48s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 20s
3.4.4
|
2024-12-25 16:35:33 -05:00 |
|
|
6aa4a33121
|
Merge remote-tracking branch 'origin/main'
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m28s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 30s
# Conflicts:
# include/J3ML/J3ML.hpp
# src/J3ML/LinearAlgebra/Matrix3x3.cpp
# src/J3ML/LinearAlgebra/Vector2.cpp
# tests/LinearAlgebra/Matrix3x3Tests.hpp
|
2024-12-11 01:36:25 -05:00 |
|
|
b24328488b
|
Fix includes
|
2024-12-11 01:34:38 -05:00 |
|
|
1e3e2f42f2
|
Implement Demo of new Trigonometrics
|
2024-12-11 01:34:22 -05:00 |
|
|
88dad23e50
|
Implement Trigonometric::SignOfSin, Trigonometric::SignOfCos, Trigonometric::SignOfTan,
Trigonometric::SignOfSin, and Trigonometric::QuadrantOf
|
2024-12-11 01:34:12 -05:00 |
|
|
f4d8523bdc
|
Implement Vector2 Less-Than and Greater-Than operators
|
2024-12-11 01:31:31 -05:00 |
|
|
df2c8b31bf
|
More operators
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 6m0s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 20s
3.4.3
|
2024-12-04 11:46:14 -05:00 |
|
|
d715391d2a
|
Vector2i operators.
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 6m18s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 22s
|
2024-12-03 19:47:30 -05:00 |
|
|
13a68eea45
|
right-handed DirectionVector
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m49s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 30s
3.4.2
|
2024-11-27 19:46:58 -05:00 |
|
|
79e617b780
|
RoundTrip angle conversion.
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m23s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 31s
|
2024-11-19 15:39:06 -05:00 |
|
|
aaea5ff53e
|
AxisAngle FromQuaternion
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 5m52s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 24s
|
2024-11-19 09:13:37 -05:00 |
|
|
2caa4c8412
|
Quaternion from EulerAngleXYZ
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m14s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 21s
|
2024-11-18 21:51:40 -05:00 |
|
|
bb1b1b5a13
|
Remove EulerAngle & Add EulerAngleXYZ.
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m38s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 26s
|
2024-11-18 20:39:08 -05:00 |
|
|
fa6d2fefcc
|
ToEulerAngle
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 5m30s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 45s
|
2024-11-14 23:57:33 -05:00 |
|
|
80b752128c
|
Update Vector3.cpp
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m24s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 30s
Added missing Vector3::One
Release-3.4
|
2024-10-31 02:09:23 -04:00 |
|
|
3fc9ca3954
|
Update Vector3.hpp
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m36s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 27s
fixed a documentation copy paste mistake
|
2024-10-31 02:02:03 -04:00 |
|