Skip to main content
API Reference com.nianticspatial.nsdk.utils ImageMath

logAffine

Logs the affine components of this [Matrix] in a readable format. Prints the matrix in iOS-style notation: a, b, c, d, tx, ty corresponding to the 2×3 affine transform: [ a c tx ] [ b d ty ]

Declaration

fun Matrix.logAffine(tag: String = "MatrixTest", label: String = "Matrix")

Summary

Logs the affine components of this [Matrix] in a readable format. Prints the matrix in iOS-style notation: a, b, c, d, tx, ty corresponding to the 2×3 affine transform: [ a c tx ] [ b d ty ]


ON THIS PAGE