MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / up

Method up

engine/source/runtime/function/render/render_camera.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 Vector3 forward() const { return (m_invRotation * Y); }
50 Vector3 up() const { return (m_invRotation * Z); }
51 Vector3 right() const { return (m_invRotation * X); }
52 Vector2 getFOV() const { return {m_fovx, m_fovy}; }
53 Matrix4x4 getViewMatrix();

Callers 4

semantic.min.jsFile · 0.80
updateCursorOnAxisMethod · 0.80
renderPhysicsWorldMethod · 0.80
updatePerFrameBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected