Tweeker Commit (Have Fun Reviewing This)
This commit is contained in:
@@ -207,5 +207,9 @@ namespace J3ML::Geometry
|
||||
bool Intersects(const Capsule& obb) const;
|
||||
bool Intersects(const Frustum& plane) const;
|
||||
bool Intersects(const Polyhedron& triangle) const;
|
||||
|
||||
void ProjectToAxis(const Vector3 &direction, float &outMin, float &outMax) const;
|
||||
|
||||
void GetCornerPoints(Vector3 *outPointArray) const;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user