MCPcopy Create free account
hub / github.com/beefytech/Beef / operator^

Method operator^

BeefySysLib/util/Vector.h:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 float operator^(const Vector3& v) // Angle between vectors
99 {
100 return acosf(Dot(*this / this->GetMagnitude(), v / v.GetMagnitude()));
101 }
102
103 inline Vector3& operator += (const Vector3& vec)
104 {

Callers

nothing calls this directly

Calls 1

GetMagnitudeMethod · 0.95

Tested by

no test coverage detected