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

Function RotateByQuaternion

include/Vector3.hpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 RLCPP_NODISCARD Vector3 Transform(const ::Matrix& matrix) const { return Vector3Transform(*this, matrix); }
235
236 RLCPP_NODISCARD Vector3 RotateByQuaternion(const ::Quaternion& quaternion) const {
237 return Vector3RotateByQuaternion(*this, quaternion);
238 }
239
240 RLCPP_NODISCARD Vector3 Reflect(const ::Vector3& normal) const { return Vector3Reflect(*this, normal); }
241

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected