All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.skjolber.packing.api.ep.ExtremePoints Maven / Gradle / Ivy

There is a newer version: 3.0.9
Show newest version
package com.github.skjolber.packing.api.ep;

import java.util.List;

import com.github.skjolber.packing.api.Placement2D;

public interface ExtremePoints

> { boolean add(int index, P placement); Point getValue(int i); List getValues(); int getValueCount(); void reset(int dx, int dy, int dz); void redo(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy