1
0
forked from josh/j3ml

Implement Mat4x4 Inverse() (Yikes!!!)

This commit is contained in:
2024-01-31 20:05:31 -05:00
parent 40e69d5c4f
commit 5080305965
2 changed files with 51 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ namespace Geometry
Capsule();
Capsule(const LineSegment& endPoints, float radius);
Capsule(const Vector3& bottomPt, const Vector3& topPt, float radius);
bool IsDegenerate()const;
bool IsDegenerate() const;
float Height() const;
float Diameter() const;
Vector3 Bottom() const;