Changeset 1062
- Timestamp:
- 02/22/08 11:44:31 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/fcptr_stable_jun07/Source/Base/Base/OSGMatrix.inl
r1027 r1062 770 770 const QuaternionType &so) 771 771 { 772 MatrixtmpMat1;773 MatrixtmpMat2;772 TransformationMatrix<ValueTypeT> tmpMat1; 773 TransformationMatrix<ValueTypeT> tmpMat2; 774 774 775 775 // Concatenate the rotations r and so … … 865 865 typedef TypeTraits<ValueTypeT> ValueTraits; 866 866 867 MatrixrtmpMat1;868 MatrixrtmpMat2;867 TransformationMatrix<ValueTypeT> tmpMat1; 868 TransformationMatrix<ValueTypeT> tmpMat2; 869 869 870 870 // Concatenate the translations t and c
