Interface AccessPointIndex<Point>

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

@FunctionalInterface public interface AccessPointIndex<Point>
Provides access to a 3D point by index
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getPoint(int index, Point point)
     
  • Method Details

    • getPoint

      void getPoint(int index, Point point)