preserveOrientation

open override fun preserveOrientation(): Boolean(source)

Checks if the transformation preserves the orientation of points. For example: In 3D space, a translation preserves orientation, while a reflection does not.

Return

True if the transformation preserves orientation, false otherwise.