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

Function Perpendicular

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

Source from the content-addressed store, hash-verified

224 RLCPP_NODISCARD Vector3 CrossProduct(const ::Vector3& vector3) const { return Vector3CrossProduct(*this, vector3); }
225
226 RLCPP_NODISCARD Vector3 Perpendicular() const { return Vector3Perpendicular(*this); }
227
228 RLCPP_NODISCARD Vector3 Project(const ::Vector3& vector3) const { return Vector3Project(*this, vector3); }
229

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected