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

Method SetRotation

ZEngine/src/OrthographicCamera.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 void OrthographicCamera::SetRotation(float radian_angle) {
20 m_angle = radian_angle;
21 UpdateViewMatrix();
22 }
23
24 void OrthographicCamera::SetPosition(const Maths::Vector3& position) {
25 Camera::SetPosition(position);

Callers 2

InitializeMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected