Transformation.IsIdentity (Double) Method

Check if the transformation is the 'Identity' one. 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1
Public Function IsIdentity( _ 
ByVal zeroTolerance As Double
) As Boolean
This language is not supported or no code example is available.
public bool IsIdentity( 
double zeroTolerance 
)
This language is not supported or no code example is available.

Parameters

zeroTolerance
double

Test tolerance

Return Value

bool

Returns true if matrix is the identity transformation.

.NET Framework

Supported in: 4.8

In this article

Definition