Class Insets3f

java.lang.Object
com.simsilica.lemur.Insets3f
All Implemented Interfaces:
Cloneable

public class Insets3f extends Object implements Cloneable
A 3D insets object representing a three dimensional padding around some axis aligned box.
  • Field Details

  • Constructor Details

    • Insets3f

      public Insets3f(float top, float left, float bottom, float right)
    • Insets3f

      public Insets3f(float top, float left, float bottom, float right, float front, float back)
    • Insets3f

      public Insets3f(Vector3f min, Vector3f max)
  • Method Details