|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart3D.engine.vecmath.Plane
public class Plane extends java.lang.Object
| Constructor and Description |
|---|
Plane(Polygon3D polygon,
int indx0,
int indx1,
int indx2)
|
Plane(Vector3d normal,
double distance)
|
| Modifier and Type | Method and Description |
|---|---|
double |
findDistance(Vector3d p)
|
double |
getDistance()
|
Vector3d |
getNormal()
|
Vector3d |
intersection(Vector3d p1,
Vector3d p2)
|
void |
intersection(Vector3d p1,
Vector3d p2,
Vector3d template)
|
void |
setDistance(double distance)
|
void |
setNormal(Vector3d normal)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Plane(Polygon3D polygon,
int indx0,
int indx1,
int indx2)
public Plane(Vector3d normal,
double distance)
| Method Detail |
|---|
public Vector3d getNormal()
public void setNormal(Vector3d normal)
public double getDistance()
public void setDistance(double distance)
public double findDistance(Vector3d p)
public Vector3d intersection(Vector3d p1,
Vector3d p2)
public void intersection(Vector3d p1,
Vector3d p2,
Vector3d template)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||