| Matrix4Equals Method (Matrix4, Double) | 
 
            Determines whether the specified matrix is equal to the current instance of 
Matrix4
            with a given precision.
            
 
    Namespace: 
   NeoAxis
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic bool Equals(
	Matrix4 v,
	double epsilon
)
Parameters
- v
- Type: NeoAxisMatrix4
 The matrix to compare.
- epsilon
- Type: SystemDouble
 The precision value.
Return Value
Type: 
BooleanTrue if the specified matrix is equal to the current instance of 
Matrix4; False otherwise.
 See Also
See Also