MCPcopy Create free account
hub / github.com/doldecomp/mkdd / set

Method set

include/JSystem/JGeometry/Matrix.h:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 public:
15 SMatrix34C() {}
16 void set(const SMatrix34C<T> &rSrc) {
17 JMath::gekko_ps_copy12(this, rSrc);
18 }
19 void set(T rxx, T ryx, T rzx, T tx, T rxy, T ryy, T rzy, T ty, T rxz, T ryz, T rzz, T tz);
20
21 void scale(T);

Callers 4

getXDirMethod · 0.45
getYDirMethod · 0.45
getZDirMethod · 0.45
getTransMethod · 0.45

Calls 1

gekko_ps_copy12Function · 0.85

Tested by

no test coverage detected