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