public interface PointImmutable extends com.jogamp.common.type.WriteCloneable, Comparable<PointImmutable>
int getX()
int getY()
int compareTo(PointImmutable d)
Compares the square of the position.
compareTo
in interface Comparable<PointImmutable>
boolean equals(Object obj)
PointReadOnly
are equal if the two components
y
and x
are equal.Copyright 2010 JogAmp Community.