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

Function Quaternion Transform

include/Quaternion.hpp:271–273  ·  view source on GitHub ↗

* Transform quaternion given transformation matrix */

Source from the content-addressed store, hash-verified

269 * Transform quaternion given transformation matrix
270 */
271 RLCPP_NODISCARD Quaternion Transform(const ::Matrix& mat) const {
272 return ::QuaternionTransform(*this, mat);
273 }
274
275 /*
276 * Check whether two given quaternions are almost equal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected