|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Point2 | |
|---|---|
| org.miv.pherd.geom | |
| org.miv.pherd.ntree | |
| Uses of Point2 in org.miv.pherd.geom |
|---|
| Subclasses of Point2 in org.miv.pherd.geom | |
|---|---|
class |
Point3
3D point. |
| Fields in org.miv.pherd.geom declared as Point2 | |
|---|---|
static Point2 |
Point2.NULL_POINT2
Specific point at (0,0). |
| Methods in org.miv.pherd.geom that return Point2 | |
|---|---|
Point2 |
Point2.interpolate(Point2 other,
double factor)
Create a new point linear interpolation of this and other. |
| Methods in org.miv.pherd.geom with parameters of type Point2 | |
|---|---|
void |
Vector2.copy(Point2 point)
Make this a copy of point. |
void |
Point2.copy(Point2 other)
Make this a copy of other. |
double |
Point2.distance(Point2 other)
Distance between this and other. |
Point2 |
Point2.interpolate(Point2 other,
double factor)
Create a new point linear interpolation of this and other. |
void |
Point2.move(Point2 p)
Move of given point p. |
void |
Point2.scale(Point2 s)
Scale by factor s. |
void |
Point2.swap(Point2 other)
Exchange the values of this and other. |
| Constructors in org.miv.pherd.geom with parameters of type Point2 | |
|---|---|
Point2(Point2 other)
New copy of other. |
|
Vector2(Point2 point)
New vector copy of point. |
|
| Uses of Point2 in org.miv.pherd.ntree |
|---|
| Subclasses of Point2 in org.miv.pherd.ntree | |
|---|---|
class |
Anchor
A constant point. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||