Matrix3.Transpose 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Transpose(Matrix3) | |
Transpose(Matrix3, Matrix3) | |
Transpose() |
Transpose(Matrix3)
public void Transpose (out OpenTK.Matrix3 result);
member this.Transpose : -> unit
参数
- result
- Matrix3
适用于
Transpose(Matrix3, Matrix3)
Transpose()
public void Transpose ();
member this.Transpose : unit -> unit