MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / SetPosition

Method SetPosition

ZEngine/src/OrthographicCamera.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 void OrthographicCamera::SetPosition(const Maths::Vector3& position) {
25 Camera::SetPosition(position);
26 UpdateViewMatrix();
27 }
28
29 void OrthographicCamera::SetProjectionMatrix(const Maths::Matrix4& projection) {
30 Camera::SetProjectionMatrix(projection);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected