MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / reflectVector

Function reflectVector

src/python/PyImath/PyImathPlane.cpp:405–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403
404template <class T>
405static Vec3<T>
406reflectVector(Plane3<T> &plane, const Vec3<T> &v)
407{
408 MATH_EXC_ON;
409 return plane.reflectVector(v);
410}
411
412template <class T>
413static Vec3<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected