C# 클래스 Accord.Tests.Math.Matrix4x4Test

파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
Matrix4x4Test ( ) : System

비공개 메소드들

메소드 설명
AddMatricesTest ( ) : void
ApproximateEquals ( Matrix4x4 matrix1, Matrix4x4 matrix2 ) : bool
CompareMatrixWithArray ( Matrix4x4 matrix, float array ) : void
CreateDiagonalTest ( float v00, float v11, float v22, float v33 ) : void
CreateFromColumnsTest ( ) : void
CreateFromRowsTest ( ) : void
CreateFromYawPitchRollTest ( float yaw, float pitch, float roll ) : void
CreateRotationXTest ( float angle ) : void
CreateRotationYTest ( float angle ) : void
CreateRotationZTest ( float angle ) : void
ExtractYawPitchRollTest ( float yaw, float pitch, float roll ) : void
MultiplyMatricesTest ( ) : void
SubtractMatricesTest ( ) : void
ToArrayTest ( ) : void

메소드 상세

Matrix4x4Test() 공개 메소드

public Matrix4x4Test ( ) : System
리턴 System