public interface ClippingPlane
Modifier and Type | Method and Description |
---|---|
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.
|
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()