Matrix3x2 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public value class float3x2
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct float3x2
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct Matrix3x2
var matrix3x2 = {
m11 : /* Your value */,
m12 : /* Your value */,
m21 : /* Your value */,
m22 : /* Your value */,
m31 : /* Your value */,
m32 : /* Your value */
}
Public Structure Matrix3x2
- 継承
-
Matrix3x2
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
フィールド
M11 |
行列の行 1 と列 1 の要素。 |
M12 |
行列の行 1 と列 2 の要素。 |
M21 |
行列の行 2 と列 1 の要素。 |
M22 |
マトリックスの行 2 と列 2 の要素。 |
M31 |
行列の行 3 と列 1 の要素。 |
M32 |
行列の行 3 と列 2 の要素。 |