跳到主要内容

KMatrix3.isEqual() method

检查两个矩阵在特定容差下是否相等。

Check whether two matrices are equal with specified tolerances.

Signature:

isEqual(other: KMatrix3): boolean;

Links: isEqual(other: KMatrix3): boolean;

Parameters

Parameter

Type

Description

other

KMatrix3

被比较的矩阵。

The matrix to compare this matrix with.

Returns:

boolean

如果相等则返回true。

Return true if equal, otherwise return false.