Interface Shapes.DoubleLineConsumer

Enclosing class:
Shapes

public static interface Shapes.DoubleLineConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(double minX, double minY, double minZ, double maxX, double maxY, double maxZ)
     
  • Method Details

    • consume

      void consume(double minX, double minY, double minZ, double maxX, double maxY, double maxZ)