NMatrix4d 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public struct NMatrix4d : IEquatable<OpenTK.NMatrix4d>
type NMatrix4d = struct
- 상속
-
NMatrix4d
- 구현
생성자
NMatrix4d(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double) | |
NMatrix4d(Vector4d, Vector4d, Vector4d, Vector4d) |
필드
Identity | |
M11 | |
M12 | |
M13 | |
M14 | |
M21 | |
M22 | |
M23 | |
M24 | |
M31 | |
M32 | |
M33 | |
M34 | |
M41 | |
M42 | |
M43 | |
M44 |
속성
Column0 | |
Column1 | |
Column2 | |
Column3 | |
Determinant | |
Row0 | |
Row1 | |
Row2 | |
Row3 |
메서드
Equals(NMatrix4d) | |
Equals(Object) | |
GetHashCode() | |
Multiply(NMatrix4d, NMatrix4d, NMatrix4d) | |
Multiply(NMatrix4d, NMatrix4d) | |
ToString() | |
Transpose() | |
Transpose(NMatrix4d, NMatrix4d) | |
Transpose(NMatrix4d) |
연산자
Equality(NMatrix4d, NMatrix4d) | |
Explicit(Matrix4d to NMatrix4d) | |
Explicit(NMatrix4d to Matrix4d) | |
Inequality(NMatrix4d, NMatrix4d) | |
Multiply(NMatrix4d, NMatrix4d) |