From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../client/renderer/culling/Frustrum.html | 307 +++++++++++++++++++++ 1 file changed, 307 insertions(+) create mode 100644 javadoc/net/minecraft/client/renderer/culling/Frustrum.html (limited to 'javadoc/net/minecraft/client/renderer/culling/Frustrum.html') diff --git a/javadoc/net/minecraft/client/renderer/culling/Frustrum.html b/javadoc/net/minecraft/client/renderer/culling/Frustrum.html new file mode 100644 index 0000000..f982814 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/culling/Frustrum.html @@ -0,0 +1,307 @@ + + + + + +Frustrum (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.culling
+

Class Frustrum

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ICamera
    +
    +
    +
    +
    public class Frustrum
    +extends java.lang.Object
    +implements ICamera
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Frustrum() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanisBoundingBoxInFrustum(AxisAlignedBB p_78546_1_) 
      booleanisBoxInFrustum(double p_78548_1_, + double p_78548_3_, + double p_78548_5_, + double p_78548_7_, + double p_78548_9_, + double p_78548_11_) 
      voidsetPosition(double p_78547_1_, + double p_78547_3_, + double p_78547_5_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Frustrum

        +
        public Frustrum()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setPosition

        +
        public void setPosition(double p_78547_1_,
        +               double p_78547_3_,
        +               double p_78547_5_)
        +
        +
        Specified by:
        +
        setPosition in interface ICamera
        +
        +
      • +
      + + + +
        +
      • +

        isBoxInFrustum

        +
        public boolean isBoxInFrustum(double p_78548_1_,
        +                     double p_78548_3_,
        +                     double p_78548_5_,
        +                     double p_78548_7_,
        +                     double p_78548_9_,
        +                     double p_78548_11_)
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3