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

Method Translate

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

Source from the content-addressed store, hash-verified

122 Matrix operator-(const ::Matrix& matrix) { return ::MatrixSubtract(*this, matrix); }
123
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected