SCNMatrix4.Transpose Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Transpose() |
Transpose cette matrice sur place. |
Transpose(SCNMatrix4) |
Retourne la transpose de |
Transpose(SCNMatrix4, SCNMatrix4) |
Transpose la matrice |
Transpose()
Transpose cette matrice sur place.
public void Transpose ();
member this.Transpose : unit -> unit
S’applique à
Transpose(SCNMatrix4)
Retourne la transpose de mat
.
public static SceneKit.SCNMatrix4 Transpose (SceneKit.SCNMatrix4 mat);
static member Transpose : SceneKit.SCNMatrix4 -> SceneKit.SCNMatrix4
Paramètres
- mat
- SCNMatrix4
Retours
S’applique à
Transpose(SCNMatrix4, SCNMatrix4)
Transpose la matrice mat
et stocke le résultat dans result
.
public static void Transpose (ref SceneKit.SCNMatrix4 mat, out SceneKit.SCNMatrix4 result);
static member Transpose : * -> unit
Paramètres
- mat
- SCNMatrix4
- result
- SCNMatrix4