SCNMatrix4.Transpose 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
Transpose() |
Transposes this matrix in place. |
Transpose(SCNMatrix4) |
Returns the transpose of |
Transpose(SCNMatrix4, SCNMatrix4) |
Transposes the matrix |
Transpose()
Transposes this matrix in place.
public void Transpose ();
member this.Transpose : unit -> unit
Applies to
Transpose(SCNMatrix4)
Returns the transpose of mat
.
public static SceneKit.SCNMatrix4 Transpose (SceneKit.SCNMatrix4 mat);
static member Transpose : SceneKit.SCNMatrix4 -> SceneKit.SCNMatrix4
Parameters
- mat
- SCNMatrix4
Returns
Applies to
Transpose(SCNMatrix4, SCNMatrix4)
Transposes the matrix mat
and stores the result in result
.
public static void Transpose (ref SceneKit.SCNMatrix4 mat, out SceneKit.SCNMatrix4 result);
static member Transpose : * -> unit
Parameters
- mat
- SCNMatrix4
- result
- SCNMatrix4