Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
void Group::setTransform( const Imath::M44f &matrix )
63
{
64
m_transform = matrix;
65
}
66
67
const Imath::M44f &Group::getTransform() const
68
{
Callers
1
test
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected