Point.DoublePoint
, Point.LongPoint
public abstract class Point<T extends java.lang.Number & java.lang.Comparable<T>>
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
Point.DoublePoint |
|
static class |
Point.LongPoint |
Modifier | Constructor | Description |
---|---|---|
protected |
Point(Point<T> pt) |
|
protected |
Point(T x,
T y,
T z) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
protected static boolean |
isPt2BetweenPt1AndPt3(Point.LongPoint pt1,
Point.LongPoint pt2,
Point.LongPoint pt3) |
|
void |
set(Point<T> other) |
|
void |
setX(T x) |
|
void |
setY(T y) |
|
void |
setZ(T z) |
|
protected static boolean |
slopesEqual(Point.LongPoint pt1,
Point.LongPoint pt2,
Point.LongPoint pt3,
boolean useFullRange) |
|
protected static boolean |
slopesEqual(Point.LongPoint pt1,
Point.LongPoint pt2,
Point.LongPoint pt3,
Point.LongPoint pt4,
boolean useFullRange) |
|
java.lang.String |
toString() |
protected static boolean isPt2BetweenPt1AndPt3(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3)
protected static boolean slopesEqual(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, boolean useFullRange)
protected static boolean slopesEqual(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, Point.LongPoint pt4, boolean useFullRange)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void setX(T x)
public void setY(T y)
public void setZ(T z)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 1998–2018. All rights reserved.