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

concatenating

Returns a new [Matrix] representing the concatenation of this matrix with another matrix, mimicking the behavior of CoreGraphics’ concatenating(_:) method on iOS.

Declaration

fun Matrix.concatenating(other: Matrix): Matrix

Summary

Returns a new [Matrix] representing the concatenation of this matrix with another matrix, mimicking the behavior of CoreGraphics’ concatenating(_:) method on iOS.

Returns

A new [Matrix] containing the combined transformation.


ON THIS PAGE