Synopsis

PDX_BOOL gdx_SameMatrix(long option, GDX_MATRIX matrix1, GDX_MATRIX matrix2)

Purpose

Compare two GDX matrices for equality.

Description

The two GDX matrices will be compared to determine if they are the same.

Input

option

GDX_ROTONLY

Only check for rotations the same

matrix1

First matrix to compare

matrix2

Second matrix to compare

Return

      PDX_FALSE (false)  -Matrices are differ
      PDX_TRUE  (true)   -Matrices are the same
      .fi