MCPcopy Create free account
hub / github.com/ThePhD/sol2 / operator^

Method operator^

tests/run_time/source/usertypes.constructors.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 friend float operator^(const vector3& _vector, const vector3& _vector2) {
135 return _vector.x * _vector2.y + _vector2.x * _vector.y;
136 }
137
138 vector3& operator=(const vector3& _vector2) noexcept;
139 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected