Matrix4.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() |
Calculates the transpose of this instance. |
Transpose(Matrix4) | |
Transpose(Matrix4, Matrix4) |
Calculate the transpose of the given matrix |
Transpose()
Calculates the transpose of this instance.
public void Transpose ();
member this.Transpose : unit -> unit