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

Function ToMatrix

include/Quaternion.hpp:233–235  ·  view source on GitHub ↗

* Get a matrix for this quaternion */

Source from the content-addressed store, hash-verified

231 * Get a matrix for this quaternion
232 */
233 RLCPP_NODISCARD ::Matrix ToMatrix() const {
234 return ::QuaternionToMatrix(*this);
235 }
236
237 /**
238 * Get rotation quaternion for an angle and axis

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected