How can I find world transformation of a component instance

Seems that component instances have the transformation relative to parent.
How can I find world transformation of a component instance ?
I dont see any multiply function so I can recurse mul the matrices of the parents down to root.
thanks

Nevermind, found it has * operator.
But anyway, an easier way ?