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

Function mul

src/python/PyImath/PyImathPlane.cpp:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131template <class T>
132static Plane3<T>
133mul (const Plane3<T> &plane, const Matrix44<T> &M)
134{
135 MATH_EXC_ON;
136 return plane * M;
137}
138
139template <class T>
140static void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected