View source
interface GenPointApi<Point, Unit>
package h2d.impl
import h2d.impl.PointApi
extended by IPointApi, PointApi
A base common API interface for the points to validate API parity between 3D and 2D classes.
Intended for internal usage. Use -D apicheck
compilation flag to enable parity validation.
Methods
sub(p:Point):Point
Returns a new Point with the results of a subtraction of a given Point p
from this Point.