multiply by matrix
val t = transform { // multiply by identity, does nothing multiply(Matrix44.IDENTITY) // multiply by another transform multiply(transform { rotate(45.0) })}