SaturnRingLibrary
0.9.1
SGL wrapper
Loading...
Searching...
No Matches
◆
FromMinMax()
static constexpr
AABB
SRL::Math::Types::AABB::FromMinMax
(
const
Vector3D
&
minPoint
,
const
Vector3D
&
maxPoint
)
inline
static
constexpr
Creates
AABB
from min/max points.
Parameters
minPoint
Minimum point (x,y,z)
maxPoint
Maximum point (x,y,z)
Returns
AABB
containing the points
SRL
Math
Types
AABB