[Mathlib-commitlog] SF.net SVN: mathlib:[904] JMathLib/trunk/src/jmathlib/core/graphics/ Matrix3D.j
Status: Beta
Brought to you by:
st_mueller
From: <st_...@us...> - 2009-03-01 15:00:50
|
Revision: 904 http://mathlib.svn.sourceforge.net/mathlib/?rev=904&view=rev Author: st_mueller Date: 2009-03-01 15:00:45 +0000 (Sun, 01 Mar 2009) Log Message: ----------- added more comments Modified Paths: -------------- JMathLib/trunk/src/jmathlib/core/graphics/Matrix3D.java Modified: JMathLib/trunk/src/jmathlib/core/graphics/Matrix3D.java =================================================================== --- JMathLib/trunk/src/jmathlib/core/graphics/Matrix3D.java 2009-03-01 15:00:37 UTC (rev 903) +++ JMathLib/trunk/src/jmathlib/core/graphics/Matrix3D.java 2009-03-01 15:00:45 UTC (rev 904) @@ -1,3 +1,11 @@ +/* + * This file is part or JMathLib + * + * Check it out at http://www.jmathlib.de + * + * Author: st...@he... and others + * (c) 2008-2009 + */ package jmathlib.core.graphics; /** A fairly conventional 3D matrix object that can transform sets of This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |