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

Function OrthoNormalize

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

Source from the content-addressed store, hash-verified

230 RLCPP_NODISCARD Vector3 Reject(const ::Vector3& vector3) const { return Vector3Reject(*this, vector3); }
231
232 void OrthoNormalize(::Vector3* vector3) { Vector3OrthoNormalize(this, vector3); }
233
234 RLCPP_NODISCARD Vector3 Transform(const ::Matrix& matrix) const { return Vector3Transform(*this, matrix); }
235

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected