MCPcopy Create free account
hub / github.com/ImageEngine/cortex / inverse

Method inverse

include/IECore/DataConversion.h:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 InverseType inverse() const
68 {
69 /// Function is not invertible
70 BOOST_STATIC_ASSERT( sizeof(T) == 0 );
71 }
72
73};
74

Callers 8

localTransformFunction · 0.80
testSpacesMethod · 0.80
testMiscMethodsMethod · 0.80
testDeterminantMethod · 0.80
testSignedScaledMethod · 0.80
multiply33Method · 0.80
multiplyMethod · 0.80
setModelViewMatrixMethod · 0.80

Calls

no outgoing calls

Tested by 2

testSpacesMethod · 0.64
testSignedScaledMethod · 0.64