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

Method GetTransform

trinity/Sprite2d/Tr2Sprite2dTexture.cpp:124–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124Matrix* Tr2Sprite2dTexture::GetTransform()
125{
126 if( m_useTransform )
127 {
128 m_transform = Transformation2DMatrix( &m_scalingCenter, m_scalingRotation, &m_scale, &m_rotationCenter, m_rotation, &m_translation );
129
130 return &m_transform;
131 }
132
133 return NULL;
134}
135
136bool Tr2Sprite2dTexture::IsLoading() const
137{

Callers 15

ExecuteMethod · 0.45
PickObjectMethod · 0.45
InterpolateMethod · 0.45
RenderShadowsMethod · 0.45
UpdateMethod · 0.45
PyPickParticleFunction · 0.45
SetCameraToRendererMethod · 0.45
PerformPickingMethod · 0.45
RebuildBoosterSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected