net.minecraft.client.renderer.culling
Class ClippingHelper

java.lang.Object
  extended by net.minecraft.client.renderer.culling.ClippingHelper
Direct Known Subclasses:
ClippingHelperImpl

public class ClippingHelper
extends Object


Field Summary
 float[] clippingMatrix
           
 float[][] frustum
           
 float[] modelviewMatrix
           
 float[] projectionMatrix
           
 
Constructor Summary
ClippingHelper()
           
 
Method Summary
 boolean isBoxInFrustum(double par1, double par3, double par5, double par7, double par9, double par11)
          Returns true if the box is inside all 6 clipping planes, otherwise returns false.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frustum

public float[][] frustum

projectionMatrix

public float[] projectionMatrix

modelviewMatrix

public float[] modelviewMatrix

clippingMatrix

public float[] clippingMatrix
Constructor Detail

ClippingHelper

public ClippingHelper()
Method Detail

isBoxInFrustum

public boolean isBoxInFrustum(double par1,
                              double par3,
                              double par5,
                              double par7,
                              double par9,
                              double par11)
Returns true if the box is inside all 6 clipping planes, otherwise returns false.