|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClippingPlane
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. |
Method Detail |
---|
boolean isEnable()
void setEnable(boolean isEnable)
isEnable
- new status of this clipping plane.void setEquation(Vector4d v)
v
- the plane coordinate.Vector4d getEquation()
void setTransformation(Transformation transformation)
transformation
- the new coordinate transformation for the plane.Transformation getTransformation()
int getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |