C# Class Accord.Tests.Math.Matrix4x4Test

Show file Open project: accord-net/framework

Public Methods

Method Description
Matrix4x4Test ( ) : System

Private Methods

Method Description
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

Method Details

Matrix4x4Test() public method

public Matrix4x4Test ( ) : System
return System