MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / dot

Method dot

jni/venus/vec3.h:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 friend T dot(const vec3<T>& v1, const vec3<T>& v2)
235 {
236 return v1.x*v2.x + v1.y*v2.y + v1.z*v2.z;
237 }
238
239 friend vec3<T> cross(const vec3<T>& v1, const vec3<T>& v2)
240 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected