rotateX

abstract infix fun rotateX(by: Measure<Angle>): AffineTransform

Appends a rotation operation (around the x-axis), at the Origin to this transform.

Return

a new transform

Parameters

by

this angle


Appends a rotation (around the x-axis) operation to this transform.

Return

a new transform

Parameters

around

this point

by

this angle