|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.scilab.forge.scirenderer.implementation.jogl.clipping.JoGLClippingPlane
public class JoGLClippingPlane
| Constructor Summary | |
|---|---|
JoGLClippingPlane(GL2 gl,
int index)
Default constructor. |
|
| Method Summary | |
|---|---|
Vector4d |
getEquation()
Return the plane equation. |
int |
getIndex()
Return the clipping plane index. |
Transformation |
getTransformation()
Return the coordinate transformation for the plane. |
boolean |
isEnable()
Return the status of this clipping plane. |
void |
setEnable(boolean isEnable)
Set the status of this clipping plane. |
void |
setEquation(Vector4d v)
Set the clipping plane equation. |
void |
setTransformation(Transformation transformation)
Set the coordinate transformation for the plane. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JoGLClippingPlane(GL2 gl,
int index)
gl - the OpenGl context.index - the id of this clipping plane.| Method Detail |
|---|
public boolean isEnable()
ClippingPlane
isEnable in interface ClippingPlanepublic void setEnable(boolean isEnable)
ClippingPlane
setEnable in interface ClippingPlaneisEnable - new status of this clipping plane.public void setEquation(Vector4d v)
ClippingPlane
setEquation in interface ClippingPlanev - the plane coordinate.public Vector4d getEquation()
ClippingPlane
getEquation in interface ClippingPlanepublic void setTransformation(Transformation transformation)
ClippingPlane
setTransformation in interface ClippingPlanetransformation - the new coordinate transformation for the plane.public Transformation getTransformation()
ClippingPlane
getTransformation in interface ClippingPlanepublic int getIndex()
ClippingPlane
getIndex in interface ClippingPlane
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||