MCPcopy Create free account
hub / github.com/DavidColson/Polybox / Rotate

Function Rotate

source/graphics.cpp:857–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855// ***********************************************************************
856
857void Rotate(float angle, Vec3f axis) {
858 u64 mode = (u64)pRenderState->matrixModeState;
859 pRenderState->matrixStates[mode].Top() *= Matrixf::MakeRotation(angle, axis);
860}
861
862// ***********************************************************************
863

Callers 1

LuaRotateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected