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

Function Transform

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

Source from the content-addressed store, hash-verified

232 void OrthoNormalize(::Vector3* vector3) { Vector3OrthoNormalize(this, vector3); }
233
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected