~unity-team/nux/nux.text-entry-im-auto-test

« back to all changes in this revision

Viewing changes to NuxCore/Math/Matrix4.h

  • Committer: brandontschaefer at gmail
  • Date: 2012-02-23 00:32:36 UTC
  • mfrom: (575.1.6 nux)
  • Revision ID: brandontschaefer@gmail.com-20120223003236-nsdojtxitl3hsqcn
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1230
1230
    // note: adapted from david eberly's code without permission
1231
1231
    //TODO: make sure it is correct
1232
1232
    
1233
 
    if (axis.LengthSquared() < Const::EpsilonMicro)
 
1233
    if (axis.LengthSquared() < constants::epsilon_micro)
1234
1234
    {
1235
1235
      Identity();
1236
1236
    }