C# Class Windows.UI.Xaml.Media.Media3D.Matrix3DHelper

Inheritance: IMatrix3DHelper
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity

Méthodes publiques

Méthode Description
FromElements ( [ m11, [ m12, [ m13, [ m14, [ m21, [ m22, [ m23, [ m24, [ m31, [ m32, [ m33, [ m34, [ offsetX, [ offsetY, [ offsetZ, [ m44 ) : Matrix3D
GetHasInverse ( [ target ) : bool
GetIsIdentity ( [ target ) : bool
Invert ( [ target ) : Matrix3D
Multiply ( [ matrix1, [ matrix2 ) : Matrix3D

Method Details

FromElements() public static méthode

public static FromElements ( [ m11, [ m12, [ m13, [ m14, [ m21, [ m22, [ m23, [ m24, [ m31, [ m32, [ m33, [ m34, [ offsetX, [ offsetY, [ offsetZ, [ m44 ) : Matrix3D
m11 [
m12 [
m13 [
m14 [
m21 [
m22 [
m23 [
m24 [
m31 [
m32 [
m33 [
m34 [
offsetX [
offsetY [
offsetZ [
m44 [
Résultat Matrix3D

GetHasInverse() public static méthode

public static GetHasInverse ( [ target ) : bool
target [
Résultat bool

GetIsIdentity() public static méthode

public static GetIsIdentity ( [ target ) : bool
target [
Résultat bool

Invert() public static méthode

public static Invert ( [ target ) : Matrix3D
target [
Résultat Matrix3D

Multiply() public static méthode

public static Multiply ( [ matrix1, [ matrix2 ) : Matrix3D
matrix1 [
matrix2 [
Résultat Matrix3D