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

Function Barycenter

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

Source from the content-addressed store, hash-verified

244 RLCPP_NODISCARD Vector3 Max(const ::Vector3& vector3) const { return Vector3Max(*this, vector3); }
245
246 RLCPP_NODISCARD Vector3 Barycenter(const ::Vector3& a, const ::Vector3& b, const ::Vector3& c) const {
247 return Vector3Barycenter(*this, a, b, c);
248 }
249
250 static Vector3 Zero() { return Vector3Zero(); }
251

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected