|
a78b8208e2
|
Implement Matrix4x4::FromTRS() Scale() Translate()
Run tests / Explore-Gitea-Actions (push) Failing after 24s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 35s
|
2024-05-27 03:22:58 -04:00 |
|
|
e0464b7f4f
|
Implement Matrix3x3::InverseTranpose() InverseTransposed() Inverse() InverseFast()
|
2024-05-24 12:02:09 -04:00 |
|
|
3333dfee51
|
Implement Matrix3x3::DeterminantSymmetric
|
2024-05-24 10:44:03 -04:00 |
|
|
704a11cbc0
|
Fix Matrix3x3::Matrix3x3(Quaternion)
Run tests / Explore-Gitea-Actions (push) Failing after 1m19s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m12s
|
2024-05-22 20:27:08 -04:00 |
|
|
e18a2cdfbf
|
Fix Matrix3x3::Matrix3x3(Quaternion)
|
2024-05-22 20:12:53 -04:00 |
|
|
4b0b05603e
|
Implement Matrix3x3::Row
Build Docs With Doxygen / Explore-Gitea-Actions (push) Failing after 1m11s
|
2024-05-22 12:31:13 -04:00 |
|
|
d2b51d348c
|
Implement Matrix4x4::ShearX ShearY ShearZ D3DOrthoProjLH D3DOrthoProjRH D3DPerspProjLH
|
2024-05-22 12:27:37 -04:00 |
|
|
0c85b8408c
|
MSVC Support fixes.
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m20s
|
2024-05-21 00:52:02 -07:00 |
|
|
ca2223aaee
|
Implement generic matrix Inverse, LUDecompose, CholeskyDecompose
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m17s
|
2024-05-20 20:40:33 -04:00 |
|
|
d8959ab9d1
|
Implement missing members & documentation for Matrix4x4
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m28s
|
2024-05-14 13:52:18 -04:00 |
|
|
6544d0ddbe
|
Implement Matrix3x3 missing members and documentation (More!!!)
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m3s
|
2024-05-13 12:33:43 -04:00 |
|
|
3e8f83ddfb
|
Implement Matrix3x3 missing members and documentation
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m7s
|
2024-05-12 11:51:10 -04:00 |
|
|
f72bb0de9f
|
Implement more static constants for Vector3
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m7s
|
2024-05-10 14:59:57 -04:00 |
|
|
80a6bf7a14
|
Fill out Matrix3x3 Documentation, implement several missing functions.
Build Docs With Doxygen / Explore-Gitea-Actions (push) Has been cancelled
|
2024-05-10 14:59:46 -04:00 |
|
|
35e1309d6f
|
Separate implementation
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m4s
|
2024-04-26 11:52:11 -04:00 |
|
|
ac46c259aa
|
Separate implementation
Build Docs With Doxygen / Explore-Gitea-Actions (push) Failing after 1m2s
|
2024-04-25 16:31:48 -04:00 |
|
|
50e99413e5
|
Fix Spacing
Build Docs With Doxygen / Explore-Gitea-Actions (push) Has been cancelled
|
2024-04-25 16:30:44 -04:00 |
|
|
4b3fe2b9e2
|
Added Quaternion constructors, SetFrom(AxisAngle)
Build Docs With Doxygen / Explore-Gitea-Actions (push) Has been cancelled
|
2024-04-25 16:02:32 -04:00 |
|
|
bbd3e8b75d
|
Implemented More Documentation
|
2024-04-09 17:07:38 -04:00 |
|
|
d7b2157b0c
|
Giga Geometry Implementation
|
2024-04-08 13:27:56 -04:00 |
|
|
0aff68b63e
|
Tweeker Commit (Have Fun Reviewing This)
|
2024-04-05 12:15:01 -04:00 |
|
|
b2b5fd841d
|
Document Vector3
|
2024-04-04 21:37:12 -04:00 |
|
|
fb7aba71b1
|
Laid Out Headers
|
2024-04-04 20:00:23 -04:00 |
|
|
de108630b6
|
Unfinished Work
|
2024-03-23 16:20:57 -04:00 |
|
|
f6abe5c430
|
Implement Vector4::Equals
|
2024-03-21 20:43:16 -04:00 |
|
|
4085a1700c
|
Implement Vector3::Equals
|
2024-03-21 20:43:07 -04:00 |
|
|
06bb959e3f
|
Implement Matrix3x3::IsRowOrthogonal IsColOrthogonal
|
2024-03-21 18:37:43 -04:00 |
|
|
802c321115
|
Implement Missing things (More To Come) (Broken build)
|
2024-03-21 15:24:50 -04:00 |
|
|
d1529f05b0
|
Implement AABB::GetRandomPoint methods
|
2024-03-21 14:00:31 -04:00 |
|
|
dc41dcf520
|
Implement Vector3::MinElement
|
2024-03-20 15:36:27 -04:00 |
|
|
d60c71373b
|
Implement Vector3 += -= *= /=
|
2024-03-19 14:26:26 -04:00 |
|
|
44b8bb8172
|
Migrate AABB2D implementation to it's cpp file
|
2024-03-05 01:05:25 -05:00 |
|
|
4aaf430f68
|
Implement Several Methods
|
2024-02-29 02:17:06 -05:00 |
|
|
232bfebbef
|
Implement Matrix4x4::Matrix4x4 from float pointer
|
2024-02-27 02:56:09 -05:00 |
|
|
c50719de36
|
Implement Matrix4x4::Scale
|
2024-02-27 01:56:54 -05:00 |
|
|
718f63a3c8
|
Large Restructure and Organization
|
2024-02-27 00:42:24 -05:00 |
|
|
8049fd3a60
|
Implement Matrix4x4::OpenGLPerspProjLH
|
2024-02-15 02:28:03 -05:00 |
|
|
2e7bba8d87
|
Implement Matrix4x4::OpenGLOrthoProjLH
|
2024-02-15 02:17:02 -05:00 |
|
|
c5628b028b
|
Implement Matrix4x4::OpenGLOrthoProjLH
|
2024-02-15 01:51:51 -05:00 |
|
|
fd2e3f894a
|
Implement by-Reference operators
|
2024-02-14 18:12:02 -05:00 |
|
|
8fa94c1519
|
Implement Vector2::Abs() and Vector3::Abs()
|
2024-02-06 16:34:26 -05:00 |
|
|
e18a2634de
|
Implement float * Vector3 operator
|
2024-02-06 16:34:13 -05:00 |
|
|
9a5f12e505
|
Implement J3ML Namespace
|
2024-02-02 13:53:23 -05:00 |
|
|
d37b685df9
|
Implement Matrix3x3 FromScale and ScaleBy
|
2024-02-01 21:02:18 -05:00 |
|
|
792f7801bb
|
Implement Vector4 operator=
|
2024-02-01 20:47:44 -05:00 |
|
|
12bf687f33
|
Implement static operator*
|
2024-02-01 20:22:32 -05:00 |
|
|
432fa32f57
|
Implement Mat4x4::FromTranslation
|
2024-02-01 20:07:00 -05:00 |
|
|
0597b4c937
|
Implement Mat4x4::Swaps
|
2024-02-01 17:49:05 -05:00 |
|
|
69ca7c5c05
|
Implement Mat4x4::LookAt
|
2024-02-01 17:27:32 -05:00 |
|
|
c858d3b889
|
Implement Mat4x4 member docs
|
2024-02-01 17:23:48 -05:00 |
|