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

Method RotateZ

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

Source from the content-addressed store, hash-verified

132 static Matrix RotateY(float angle) { return ::MatrixRotateY(angle); }
133
134 static Matrix RotateZ(float angle) { return ::MatrixRotateZ(angle); }
135
136 static Matrix Scale(float x, float y, float z) { return ::MatrixScale(x, y, z); }
137

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected