equal


Description:

public static bool equal (void* v1, void* v2)

Compares two matrices to see if they represent the same transformation.

Although internally the matrices may have different annotations associated with them and may potentially have a cached inverse matrix these are not considered in the comparison.

Parameters:

v1

A 4x4 transformation matrix

v2

A 4x4 transformation matrix