MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetWorldBoundingBox

Method GetWorldBoundingBox

trinity/Eve/SpaceObject/EveSpaceObject2.cpp:3677–3683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3675}
3676
3677bool EveSpaceObject2::GetWorldBoundingBox( Vector3& min, Vector3& max ) const
3678{
3679 min = m_localAabbMin;
3680 max = m_localAabbMax;
3681 BoundingBoxTransform( min, max, m_worldTransform );
3682 return true;
3683}
3684
3685bool EveSpaceObject2::IsBoundingBoxReady() const
3686{

Callers

nothing calls this directly

Calls 1

BoundingBoxTransformFunction · 0.85

Tested by

no test coverage detected