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

Function mul44T

src/python/PyImath/PyImathMatrix44.cpp:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227template <class T>
228static Matrix44<T>
229mul44T(Matrix44<T> &m, const T &t)
230{
231 MATH_EXC_ON;
232 return m * t;
233}
234
235template <class T>
236static Matrix44<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected