MtxBaseComp::AssignComponent Function

void AssignComponent(TMtxComponent *Source, TMtxComponent *Destination);

Assign a component to a component.

#NameTypeDescription
1SourceTMtxComponent *
2DestinationTMtxComponent *
Remarks:

Generic component assign. The source and destination must be of the same type. The routine will copy values of all published properties from source to destination component.

Declared in Dew::Math::Units::MtxBaseComp · Dew.Math/Units.MtxBaseComp.h · Cross-compiler