transform

fun transform(transform: Matrix44): Shape(source)

Applies a linear transformation to the Shape.

Return

A transformed Shape instance

Parameters

transform

A Matrix44 that represents the transform.