Matrix4x4 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public value class float4x4
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct float4x4
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct Matrix4x4
var matrix4x4 = {
m11 : /* Your value */,
m12 : /* Your value */,
m13 : /* Your value */,
m14 : /* Your value */,
m21 : /* Your value */,
m22 : /* Your value */,
m23 : /* Your value */,
m24 : /* Your value */,
m31 : /* Your value */,
m32 : /* Your value */,
m33 : /* Your value */,
m34 : /* Your value */,
m41 : /* Your value */,
m42 : /* Your value */,
m43 : /* Your value */,
m44 : /* Your value */
}
Public Structure Matrix4x4
- 상속
-
Matrix4x4
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
필드
M11 |
행렬의 행 1 및 열 1 요소입니다. |
M12 |
행렬의 행 1과 열 2 요소입니다. |
M13 |
행렬의 행 1과 열 3 요소입니다. |
M14 |
행렬의 행 1과 열 4 요소입니다. |
M21 |
행렬의 행 2 및 열 1 요소입니다. |
M22 |
행렬의 행 2 및 열 2 요소입니다. |
M23 |
행렬의 행 2 및 열 3 요소입니다. |
M24 |
행렬의 행 2 및 열 4 요소입니다. |
M31 |
행렬의 행 3 및 열 1 요소입니다. |
M32 |
행렬의 행 3 및 열 2 요소입니다. |
M33 |
행렬의 행 3 및 열 3 요소입니다. |
M34 |
행렬의 행 3 및 열 4 요소입니다. |
M41 |
행렬의 행 4 및 열 1 요소입니다. |
M42 |
행렬의 행 4 및 열 2 요소입니다. |
M43 |
행렬의 행 4 및 열 3 요소입니다. |
M44 |
행렬의 행 4 및 열 4 요소입니다. |