Example #1
0
Transform operator *(const Transform& left, const Transform& right)
{
    return left.Combine(right);
}