|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.rico.engine.geometry.Plane
de.rico.engine.camera.culling.FrustumPlane
public class FrustumPlane
This class represents a plane of the viewing frustum that can be used for the frustum culling technique.
Constructor Summary | |
---|---|
FrustumPlane()
Creates a new frustum plane with all values initially 0f. |
Method Summary | |
---|---|
void |
setPlaneCoefficients(float a,
float b,
float c,
float d)
Sets the coefficients of the plane equation to the specified values for a, b, c and d. |
Methods inherited from class de.rico.engine.geometry.Plane |
---|
getA, getB, getC, getD, setA, setB, setC, setD |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrustumPlane()
Method Detail |
---|
public void setPlaneCoefficients(float a, float b, float c, float d)
setPlaneCoefficients
in class Plane
a
- A value of the plane equationb
- B value of the plane equationc
- C value of the plane equationd
- D value of the plane equation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |