Point.DoublePoint
, Point.LongPoint
public abstract class Point<T extends Number & Comparable<T>> extends 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(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) |
|
protected static boolean |
slopesEqual(Point.LongPoint pt1,
Point.LongPoint pt2,
Point.LongPoint pt3,
Point.LongPoint pt4) |
|
String |
toString() |
protected T extends Number & Comparable<T> x
protected T extends Number & Comparable<T> y
protected T extends Number & Comparable<T> z
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)
protected static boolean slopesEqual(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, Point.LongPoint pt4)
public void setX(T x)
public void setY(T y)
public void setZ(T z)
Copyright © 2018. All rights reserved.