2000-10-09  J E Hoffmann  <je-h@gmx.net>

	* Renamed: M2dRect to MRect
	* Renamed: M3dPlane to MPlane
	* Renamed: M3dLine to MLine
	* Renamed: M3dRay to MRay
	* Renamed: M3dBox to MBoundingBox
	* Moved sources in tmpl directory to math3d

2000-10-07  J E Hoffmann  <je-h@gmx.net>

	* Added // -*- c++ -*- to the beginning of all headers to switch 
	  emacs into c++.
	* Changed license to LGPL

2000-10-05  J E Hoffmann  <je-h@gmx.net>

	* math3d/mquat.cpp (inv): Returning idenity quaternion if length
	  of quaternion is smaller than EPSILON

2000-09-04  J E Hoffmann  <je-h@gmx.net>

	* math3d/mquat.cpp: Fixed operator* and operator*=
	  (operator* and operator=* returned (w,x,y,z) instead of
	  (x,y,z,w).

2000-08-29  J E Hoffmann  <je-h@gmx.net>

	* Added conversion from M4x4 to MQuat
	  (constructor & set method in MQuat)
	  operator MQuat has been removed from M4x4.
	* Added stream output-operators to M2d, M3d, M4d, M4x4, MQuat
	* Removed all 'using namespace Math3d' code.
	

