SCNMatrix4.Invert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Invert() |
Converts this instance into its inverse. |
| Invert(SCNMatrix4) |
Calculate the inverse of the given matrix |
Invert()
Converts this instance into its inverse.
public void Invert();
member this.Invert : unit -> unit
Applies to
Invert(SCNMatrix4)
Calculate the inverse of the given matrix
public static SceneKit.SCNMatrix4 Invert(SceneKit.SCNMatrix4 matrix);
static member Invert : SceneKit.SCNMatrix4 -> SceneKit.SCNMatrix4
Parameters
- matrix
- SCNMatrix4
The matrix to invert
Returns
The inverse of the given matrix if it has one.
Exceptions
Thrown if the SCNMatrix4 is singular.