transform

fun transform(transform: Matrix44): Path3D(source)

Transforms the current Path3D using the provided transformation matrix.

Return

a new Path3D instance with its segments transformed by the provided matrix.

Parameters

transform

the transformation matrix of type Matrix44 to apply to the Path3D.