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

Method GetModelCenterWorldPosition

trinity/Eve/UI/EveLineContainer.cpp:82–88  ·  view source on GitHub ↗

This version of the function should not update the object

Source from the content-addressed store, hash-verified

80
81// This version of the function should not update the object
82void EveLineContainer::GetModelCenterWorldPosition( Vector3& position ) const
83{
84 if( m_lineSet )
85 {
86 m_lineSet->GetModelCenterWorldPosition( position );
87 }
88}
89
90// If possible, return an AABB in local coordinates
91bool EveLineContainer::GetLocalBoundingBox( Vector3& min, Vector3& max )

Callers 2

GetCenterOfAnchorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected