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

Inheritance: IMatrix3DHelper
ファイルを表示 Open project: shiftkey/winrt-backport-hilarity

Public Methods

Method 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 method

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 [
return Matrix3D

GetHasInverse() public static method

public static GetHasInverse ( [ target ) : bool
target [
return bool

GetIsIdentity() public static method

public static GetIsIdentity ( [ target ) : bool
target [
return bool

Invert() public static method

public static Invert ( [ target ) : Matrix3D
target [
return Matrix3D

Multiply() public static method

public static Multiply ( [ matrix1, [ matrix2 ) : Matrix3D
matrix1 [
matrix2 [
return Matrix3D