|
|||||||||
| 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.Polyhedron
public class Polyhedron
Created by IntelliJ IDEA. User: bennett Date: Nov 20, 2005 Time: 9:43:48 AM To change this template use Options | File Templates. ************************************ Magnetic Resonance in Medicine Final Project Released: December 1, 2005 class Polyhedron Represent a triangulated 3D polyhedron. Copyright (C) 2005 Bennett Landman, bennett@bme.jhu.edu
| Constructor Summary | |
|---|---|
Polyhedron(double[][] vertData,
double[][] faceData)
Instantiates a new polyhedron. |
|
Polyhedron(java.util.Vector in)
Instantiates a new polyhedron. |
|
| Method Summary | |
|---|---|
boolean |
contains(PT p)
Contains. |
IntersectResult |
firstIntersection(PT a,
PT b)
First intersection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Polyhedron(java.util.Vector in)
in - the in
public Polyhedron(double[][] vertData,
double[][] faceData)
vertData - the vert datafaceData - the face data| Method Detail |
|---|
public boolean contains(PT p)
p - the p
public IntersectResult firstIntersection(PT a,
PT b)
a - the ab - the b
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||