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

Method RotateX

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

Source from the content-addressed store, hash-verified

128 static Matrix RotateXYZ(Vector3 angle) { return ::MatrixRotateXYZ(angle); }
129
130 static Matrix RotateX(float angle) { return ::MatrixRotateX(angle); }
131
132 static Matrix RotateY(float angle) { return ::MatrixRotateY(angle); }
133

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected