Companion
object Companion
Functions
Link copied to clipboard
Converts provided matrix into a metric transformation parameters and returns the result as a new instance. Notice that matrix form contains an ambiguity respect scale and rotation, since a negative scale also implies a rotation of 180 degrees.
fun fromMatrix(matrix: Matrix, result: MetricTransformationParameters, assumePositiveScale: Boolean = true)
Converts provided matrix into metric transformation parameters. Notice that matrix form contains an ambiguity respect scale and rotation, since a negative scale also implies a rotation of 180 degrees.
Link copied to clipboard
Converts provided metric transformation parameters into a matrix.