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

Method GetBoundingSphere

trinity/Eve/UI/EveEllipseSet.cpp:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382bool EveEllipseSet::GetBoundingSphere( Vector4& sphere, BoundingSphereQuery query ) const
383{
384 sphere = m_boundingSphere;
385 BoundingSphereTransform( m_worldTransform, sphere );
386 return true;
387}
388
389void EveEllipseSet::GetLocalToWorldTransform( Matrix& transform ) const
390{

Callers

nothing calls this directly

Calls 1

BoundingSphereTransformFunction · 0.85

Tested by

no test coverage detected