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

Method GetBoundingSphere

trinity/Eve/UI/EveLineSet.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153bool EveLineSet::GetBoundingSphere( Vector4& sphere, BoundingSphereQuery query ) const
154{
155 sphere = m_boundingSphere;
156 return true;
157}
158
159/////////////////////////////////////////////////////////////////////////////////////
160// ITr2Renderable

Callers 2

RebuildCachedDataMethod · 0.45
RebuildBoundingSphereMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected