Contents

SCNMatrix4Invert(_:)

Returns the inverse of the specified matrix.

Declaration

func SCNMatrix4Invert(_ m: SCNMatrix4) -> SCNMatrix4
func SCNMatrix4Invert(_ m: SCNMatrix4) -> SCNMatrix4

Parameters

  • m:

    The matrix to be inverted.

Return Value

The inverse matrix of the specified matrix, or the original matrix if it is not invertible.

See Also

Performing Matrix Operations