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

Method RotateXYZ

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

Source from the content-addressed store, hash-verified

126 static Matrix Rotate(Vector3 axis, float angle) { return ::MatrixRotate(axis, angle); }
127
128 static Matrix RotateXYZ(Vector3 angle) { return ::MatrixRotateXYZ(angle); }
129
130 static Matrix RotateX(float angle) { return ::MatrixRotateX(angle); }
131

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected