|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.structures.geom.BndBox
public class BndBox
Created by IntelliJ IDEA. User: bennett Date: Nov 20, 2005 Time: 9:22:24 AM ************************************ Magnetic Resonance in Medicine Final Project Released: December 1, 2005 class BndBox Store bounding box information for accelerated collision detection. Copyright (C) 2005 Bennett Landman, bennett@bme.jhu.edu
| Constructor Summary | |
|---|---|
BndBox()
Instantiates a new bnd box. |
|
BndBox(PT a0,
PT b0)
Instantiates a new bnd box. |
|
| Method Summary | |
|---|---|
boolean |
inside(PT test)
Inside. |
boolean |
intersect(BndBox test)
Intersect. |
void |
union(PT pt)
Union. |
void |
union(TriangleSigned tri)
Union. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BndBox()
public BndBox(PT a0,
PT b0)
a0 - the a0b0 - the b0| Method Detail |
|---|
public boolean inside(PT test)
test - the test
public boolean intersect(BndBox test)
test - the test
public void union(TriangleSigned tri)
tri - the tripublic void union(PT pt)
pt - the pt
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||