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

Method setTransform

src/IECoreGL/Group.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void Group::setTransform( const Imath::M44f &matrix )
63{
64 m_transform = matrix;
65}
66
67const Imath::M44f &Group::getTransform() const
68{

Callers 1

testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected