CODComponent::ConcatParentTransforms
voidCODComponent::ConcatParentTransforms(CODTransform&transformRes)
Calculates the net transform of the parents by taking the product of the parent 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.