Ignore:
Timestamp:
01/12/17 14:41:17 (8 years ago)
Author:
epyon
Message:

CONTINUED:

  • getting rid of size_t
  • datatypes now restricted to uint32 size
  • 64-bit compatibility
  • copyright updates where modified
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/stl/math/mat3.hh

    r486 r534  
    2727                        typedef tvec3<T> row_type;
    2828                        typedef tmat3<T> type;
    29                         typedef size_t   size_type;
     29                        typedef uint32   size_type;
    3030                        typedef T        value_type;
    3131
Note: See TracChangeset for help on using the changeset viewer.