MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / MultMatrixModule

Method MultMatrixModule

src/module/multmatrixmodule.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "vectorvalue.h"
24
25MultMatrixModule::MultMatrixModule(Reporter& r) : Module(r,"multmatrix")
26{
27 addDescription(tr("Multiplies its children with the given 4 by 4 affine transformation matrix."));
28 addParameter("matrix",tr("The 4 by 4 affine transformation matrix"));
29}
30
31Node* MultMatrixModule::evaluate(const Context& ctx) const
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected