# Functions
EqualToEulerAnglesXYZ returns a boolean indicating whether two sets of Euler angles in XYZ order are equal within a tolerance, and the inequality for each angle.
EqualToEulerAnglesZYX returns a boolean indicating whether two sets of Euler angles in ZYX order are equal within a tolerance, and the inequality for each angle.
EqualToFloat64 returns a boolean indicating whether two float64s are equal within a tolerance, and the inequality.
EqualToMatrix returns a boolean indicating whether two matrices are equal within a tolerance, and the inequality for each component.
EqualToRadians returns a boolean indicating whether two angles are equal within a tolerance, and the inequality.
EqualToVector returns a boolean indicating whether two vectors are equal within a tolerance, and the inequality for each component.
EqualToVectorWithDepth returns a boolean indicating whether two vectors with depth are equal within a tolerance, and the inequality for each component.
ReportInequalities fails the test with a formatted message of the inequalities.
ReportInequality fails the test with a formatted message of the inequality.
# Structs
Float64Inequality is an inequality between two float64s.
# Interfaces
TestErrorReporter is an interface for reporting testing errors.