Fix obsolete function signatures
This commit is contained in:
@@ -68,6 +68,11 @@ namespace J3ML::Geometry
|
||||
float MaxY() const; ///< [similarOverload: MaxX]
|
||||
float MaxZ() const; ///< [similarOverload: MaxX]
|
||||
|
||||
|
||||
Vector3 MinPoint() const;
|
||||
|
||||
Vector3 MaxPoint() const;
|
||||
|
||||
/// Returns the smallest sphere that contains this AABB.
|
||||
/// This function computes the minimal volume sphere that contains all the points inside this AABB
|
||||
Sphere MinimalEnclosingSphere() const;
|
||||
|
Reference in New Issue
Block a user