MCPcopy Create free account
hub / github.com/RozDavid/UnScene3D / operator+

Function operator+

utils/cpp_utils/include/vec3.h:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322template<class T>
323inline vec3<T> operator+(T s, const vec3<T> &v) {
324 return v + s;
325}
326
327template<class T>
328inline vec3<T> operator-(T s, const vec3<T> &v) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected