CODComponent::ConcatAllTransforms
voidCODComponent::ConcatAllTransforms(CODTransform&transformRes)
Calculates the net transform of the component and its parents by taking the product of the component and its parents' transforms (i.e. finds the product of the parent transforms calculated via matrix multiplication).
Defined in: OdComponent.cpp
Return Value
void
Parameters
transformRes
The transform object to contain the net transform.