C# 클래스 SIMDPrototyping.Matrix3x3Width4

파일 보기 프로젝트 열기: RossNordby/scratchpad 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
M11 Vector4
M12 Vector4
M13 Vector4
M21 Vector4
M22 Vector4
M23 Vector4
M31 Vector4
M32 Vector4
M33 Vector4

비공개 메소드들

메소드 설명
Matrix3x3Width4 ( Matrix3x3 &m1, Matrix3x3 &m2, Matrix3x3 &m3, Matrix3x3 &m4 ) : System
Transform ( Vector3Width4 &v, Matrix3x3Width4 &m, Vector3Width4 &result ) : void

프로퍼티 상세

M11 공개적으로 프로퍼티

public Vector4 M11
리턴 Vector4

M12 공개적으로 프로퍼티

public Vector4 M12
리턴 Vector4

M13 공개적으로 프로퍼티

public Vector4 M13
리턴 Vector4

M21 공개적으로 프로퍼티

public Vector4 M21
리턴 Vector4

M22 공개적으로 프로퍼티

public Vector4 M22
리턴 Vector4

M23 공개적으로 프로퍼티

public Vector4 M23
리턴 Vector4

M31 공개적으로 프로퍼티

public Vector4 M31
리턴 Vector4

M32 공개적으로 프로퍼티

public Vector4 M32
리턴 Vector4

M33 공개적으로 프로퍼티

public Vector4 M33
리턴 Vector4