llmath merge

This commit is contained in:
Shyotl
2016-04-06 01:56:39 -05:00
parent 6ced17242b
commit 8c946dc706
5 changed files with 54 additions and 4 deletions

View File

@@ -180,6 +180,11 @@ public:
const LLMatrix4& setTranslation(const LLVector4 &translation);
const LLMatrix4& setTranslation(const LLVector3 &translation);
// Convenience func for simplifying comparison-heavy code by
// intentionally stomping values [-FLT_EPS,FLT_EPS] to 0.0
//
void condition(void);
///////////////////////////
//
// Get properties of a matrix