IdentityCoordinateTransformer

object IdentityCoordinateTransformer : CoordinateTransformer


CoordinateTransformer where the transformMatrix is the identity matrix.

Summary

Public functions

open Offset

Returns the Offset in the transformed space.

Public properties

open Matrix

Matrix that's used for coordinate transformations.

Public functions

open fun Offset.transform(): Offset

Returns the Offset in the transformed space.

Public properties

transformMatrix

open val transformMatrixMatrix

Matrix that's used for coordinate transformations.