Implement AABB::Intersects(Triangle)
This commit is contained in:
@@ -143,5 +143,7 @@ namespace J3ML::Geometry
|
||||
void Enclose(const LineSegment &lineSegment);
|
||||
|
||||
void Enclose(const OBB &obb);
|
||||
|
||||
bool TestAxis(Vector3 axis, Vector3 v0, Vector3 v1, Vector3 v2) const;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user