On this page←API Reference Return to API Reference index←packagecom.nianticspatial.nsdk.utils com.nianticspatial.nsdk.utils←objectImageMath com.nianticspatial.nsdk.utils.ImageMath Function affineRotation affineRotationReturns an (u, v) -> (u', v') transformation that represents a 2D affine rotation. Declaration fun affineRotation(radians: Float): Matrix Summary Returns an (u, v) -> (u', v') transformation that represents a 2D affine rotation. Returns An affine [Matrix] representing the rotation.
Returns an (u, v) -> (u', v') transformation that represents a 2D affine rotation.