MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getVolume

Method getVolume

Engine/source/math/mBox.h:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353inline F32 Box3F::getVolume() const
354{
355 return ( maxExtents.x - minExtents.x ) * ( maxExtents.y - minExtents.y ) * ( maxExtents.z - minExtents.z );
356}
357
358inline void Box3F::getCenter(Point3F* center) const
359{

Callers 1

findNavMeshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected