Class FrustumProjectionProvider

java.lang.Object
com.hypixel.hytale.math.hitdetection.projection.FrustumProjectionProvider
All Implemented Interfaces:
MatrixProvider

public class FrustumProjectionProvider extends Object implements MatrixProvider
  • Field Details

    • CODEC

      public static final BuilderCodec<FrustumProjectionProvider> CODEC
    • matrix

      protected final Matrix4d matrix
    • rotMatrix

      protected final Matrix4d rotMatrix
    • invalid

      protected boolean invalid
    • left

      protected double left
    • bottom

      protected double bottom
    • top

      protected double top
    • near

      protected double near
    • far

      protected double far
    • yaw

      protected double yaw
    • pitch

      protected double pitch
    • roll

      protected double roll
  • Constructor Details

    • FrustumProjectionProvider

      public FrustumProjectionProvider()
    • FrustumProjectionProvider

      public FrustumProjectionProvider(Matrix4d matrix, double left, double right, double bottom, double top, double near, double far)
  • Method Details