times

open operator fun times(matrix: Matrix3d): Shape3d

Applies an arbitrary transformation. This is equivalent to OpenSCAD's 'multmatrix'. Identical to transform, but as this is a times operator can be used like to :

Sphere(10) * myMatrix