Interface ProcessVoxelBufferUnaryWithPoint<T,E extends Exception>
- Type Parameters:
T- buffer-typeE- exception that may be thrown by the processor.
- 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 ProcessVoxelBufferUnaryWithPoint<T,E extends Exception>
Processes a 3D point like
ProcessVoxelBufferUnary but also exposes a Point3i.- Author:
- Owen Feehan
-
Method Summary
Modifier and Type Method Description voidprocess(Point3i point, VoxelBuffer<T> buffer, int offset)Processes a voxel location in a buffer.
-
Method Details
-
process
Processes a voxel location in a buffer.
-