TDME2 1.9.121
|
Simple class to determine if a transform is negative. More...
#include <tdme/math/Matrix4x4Negative.h>
Public Member Functions | |
Matrix4x4Negative () | |
Public constructor. More... | |
bool | isNegative (Matrix4x4 &matrix) |
Check if matrix is negative. More... | |
Private Attributes | |
Vector3 | xAxis |
Vector3 | yAxis |
Vector3 | zAxis |
Simple class to determine if a transform is negative.
Definition at line 16 of file Matrix4x4Negative.h.
|
inline |
Public constructor.
Definition at line 27 of file Matrix4x4Negative.h.
|
inline |
Check if matrix is negative.
matrix | matrix |
Definition at line 35 of file Matrix4x4Negative.h.
|
private |
Definition at line 19 of file Matrix4x4Negative.h.
|
private |
Definition at line 20 of file Matrix4x4Negative.h.
|
private |
Definition at line 21 of file Matrix4x4Negative.h.