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

Method convert

src/IECore/MatrixAlgo.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39template<>
40M44d IECore::convert( const M44f &in )
41{
42 return M44d( in[0][0], in[0][1], in[0][2], in[0][3],
43 in[1][0], in[1][1], in[1][2], in[1][3],
44 in[2][0], in[2][1], in[2][2], in[2][3],
45 in[3][0], in[3][1], in[3][2], in[3][3] );
46}
47
48template<>
49M44f IECore::convert( const M44d &in )

Callers 7

testMethod · 0.45
testShaderAttributeMethod · 0.45
testMethod · 0.45
testFromImageMethod · 0.45
testFromCompoundDataMethod · 0.45
tMethod · 0.45

Calls

no outgoing calls

Tested by 4

testMethod · 0.36
testShaderAttributeMethod · 0.36
testMethod · 0.36
tMethod · 0.36