μMath
    Preparing search index...

    Variable exactEqualsConst

    exactEquals: (a: Readonly<Matrix2Like>, b: Readonly<Matrix2Like>) => boolean = vector4ExactEquals

    Determine whether or not two matrices are exactly equivalent.

    Type Declaration