Matrix3.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(Matrix3) | |
Transpose(Matrix3, Matrix3) | |
Transpose() |
Transpose(Matrix3)
public void Transpose (out OpenTK.Matrix3 result);
member this.Transpose : -> unit
Parameters
- result
- Matrix3
Applies to
Transpose(Matrix3, Matrix3)
Transpose()
public void Transpose ();
member this.Transpose : unit -> unit