|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectespresso3d.engine.lowlevel.geometry.E3DPlane
| Constructor Summary | |
E3DPlane(E3DTriangle triangle)
|
|
| Method Summary | |
E3DVector3F |
getNormal()
|
E3DVector3F[] |
getPoints()
|
E3DVector3F |
reflectVector(E3DVector3F vectorToReflect)
|
void |
setNormal(E3DVector3F normal)
|
void |
setPoints(E3DVector3F[] points)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public E3DPlane(E3DTriangle triangle)
| Method Detail |
public E3DVector3F getNormal()
public void setNormal(E3DVector3F normal)
normal - The normal to set.public E3DVector3F[] getPoints()
public void setPoints(E3DVector3F[] points)
points - The points to set.public E3DVector3F reflectVector(E3DVector3F vectorToReflect)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||