StaticAABB_Center position of the first AABB.
Center position of the second AABB.
Length of the first AABB along the X-axis.
Length of the second AABB along the X-axis.
Width of the first AABB along the Y-axis.
Width of the second AABB along the Y-axis.
Height of the first AABB along the Z-axis.
Height of the second AABB along the Z-axis.
True if the AABBs intersect, false otherwise.
StaticcharacteristicStaticcharacteristicCalculates the coefficients of the characteristic polynomial of an ellipsoid and an elliptic paraboloid.
The ellipsoid.
The elliptic paraboloid.
The coefficients of the characteristic polynomial.
StaticCylinder_StaticEllipsoid_StaticEllipsoid_Checks if an ellipsoid and an elliptic paraboloid intersect using the Brozos method.
The ellipsoid.
The elliptic paraboloid.
True if the ellipsoid and elliptic paraboloid intersect, false otherwise.
StaticHyperboloid_Checks if a hyperboloid and a plane intersect.
The hyperboloid.
The plane.
True if the hyperboloid and plane intersect, false otherwise.
StaticOBB_Checks for intersection between two 3D Oriented Bounding Boxes (OBBs) using the Separating Axis Theorem (SAT).
True if the OBBs intersect, false otherwise.
StaticPoint_StaticPointStaticSphere_Checks if a sphere intersects with a 3D AABB.
The center position of the AABB.
Length of the AABB along the X-axis.
Height of the AABB along the Z-axis.
Width of the AABB along the Y-axis.
The center position of the sphere.
Radius of the sphere.
True if the sphere intersects the AABB, false otherwise.
StaticSphere
Checks for intersection between two 3D AABBs.