MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Rotate

Method Rotate

include/Matrix.hpp:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 static Matrix Translate(float x, float y, float z) { return ::MatrixTranslate(x, y, z); }
125
126 static Matrix Rotate(Vector3 axis, float angle) { return ::MatrixRotate(axis, angle); }
127
128 static Matrix RotateXYZ(Vector3 angle) { return ::MatrixRotateXYZ(angle); }
129

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64