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

Method GetOrigin

trinity/Eve/EveUpdateContext.h:107–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 return m_originShift;
106 }
107 Vector3d GetOrigin() const
108 {
109 if( m_origin.x != UNINITIALIZED_ORIGIN )
110 {
111 return m_origin;
112 }
113 return Vector3d( 0, 0, 0 );
114 }
115
116 void SetTaskGroup( Tr2ParallelTaskGroup* taskGroup )
117 {

Callers 4

UpdateMethod · 0.80
RenderReflectionPassMethod · 0.80
RenderVolumetricsMethod · 0.80
UpdateMethod · 0.80

Calls 1

Vector3dClass · 0.50

Tested by

no test coverage detected