Class OrthogonalProjectionProvider

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

public class OrthogonalProjectionProvider extends Object implements MatrixProvider
  • Field Details

    • CODEC

      public static final BuilderCodec<OrthogonalProjectionProvider> 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

    • OrthogonalProjectionProvider

      public OrthogonalProjectionProvider()
    • OrthogonalProjectionProvider

      public OrthogonalProjectionProvider(Matrix4d matrix, double left, double right, double bottom, double top, double near, double far, double yaw, double pitch, double roll)
  • Method Details