View source
interface IPointApi<Point>
package h2d.impl
extends GenPointApi<Point, Int>
import h2d.impl.PointApi
A common API interface for the integer Points to validate API parity between 3D and 2D classes.
Intended for internal usage. Use -D apicheck
compilation flag to enable parity validation.