Changeset 2882 for code/trunk/src/bullet/LinearMath/btMatrix3x3.h
- Timestamp:
- Mar 31, 2009, 8:05:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/bullet/LinearMath/btMatrix3x3.h
r2662 r2882 193 193 btScalar(0.0), btScalar(0.0), btScalar(1.0)); 194 194 } 195 196 static const btMatrix3x3& getIdentity() 197 { 198 static const btMatrix3x3 identityMatrix(btScalar(1.0), btScalar(0.0), btScalar(0.0), 199 btScalar(0.0), btScalar(1.0), btScalar(0.0), 200 btScalar(0.0), btScalar(0.0), btScalar(1.0)); 201 return identityMatrix; 202 } 203 195 204 /**@brief Fill the values of the matrix into a 9 element array 196 205 * @param m The array to be filled */
Note: See TracChangeset
for help on using the changeset viewer.