MCPcopy Create free account
hub / github.com/baldurk/renderdoc / GetMatrix

Method GetMatrix

renderdoc/maths/camera.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109const Matrix4f Camera::GetMatrix()
110{
111 Update();
112 return mat;
113}
114
115FloatVector Camera::GetPosition()
116{

Callers 11

RotationZYXMethod · 0.45
RotationXYZMethod · 0.45
UpdateMethod · 0.45
RenderMeshMethod · 0.45
PickVertexMethod · 0.45
RenderMeshMethod · 0.45
PickVertexMethod · 0.45
RenderMeshMethod · 0.45
PickVertexMethod · 0.45
RenderMeshMethod · 0.45
PickVertexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected