Click or drag to resize
Accord.NET (logo)

Matrix4x4Equals Method (Matrix4x4)

Tests whether the matrix equals to the specified one.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public bool Equals(
	Matrix4x4 matrix
)
Request Example View Source

Parameters

matrix
Type: Accord.MathMatrix4x4
The matrix to test equality with.

Return Value

Type: Boolean
Returns if the two matrices are equal or otherwise.
See Also