Interface ProjectionType.LayeringTransform

Enclosing class:
ProjectionType
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface static interface ProjectionType.LayeringTransform
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(org.joml.Matrix4f p_381634_, float p_381642_)
     
  • Method Details

    • apply

      void apply(org.joml.Matrix4f p_381634_, float p_381642_)