Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
localTransform
Function · 0.80
testSpaces
Method · 0.80
testMiscMethods
Method · 0.80
testDeterminant
Method · 0.80
testSignedScaled
Method · 0.80
multiply33
Method · 0.80
multiply
Method · 0.80
setModelViewMatrix
Method · 0.80
Calls
no outgoing calls
Tested by
2
testSpaces
Method · 0.64
testSignedScaled
Method · 0.64