• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Main repository of MikuMikuStudio


Commit MetaInfo

Revision169380f43638428833c00d215f289ec139a4bc42 (tree)
Time2003-08-29 03:53:03
Authormojomonkey <mojomonkey@75d0...>
Commitermojomonkey

Log Message

using BoundingVolume as it's interface.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@70 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

Change Summary

Incremental Difference

--- a/src/jme/geometry/bounding/BoundingBox.java
+++ b/src/jme/geometry/bounding/BoundingBox.java
@@ -40,9 +40,9 @@ import jme.math.Vector;
4040 * all vertices that make up the geometry.
4141 *
4242 * @author Mark Powell
43- * @version $Id: BoundingBox.java,v 1.4 2003-08-18 22:25:02 mojomonkey Exp $
43+ * @version $Id: BoundingBox.java,v 1.5 2003-08-28 18:53:03 mojomonkey Exp $
4444 */
45-public class BoundingBox {
45+public class BoundingBox implements BoundingVolume {
4646 private Vector center;
4747 private Vector minPoint;
4848 private Vector maxPoint;