Package | Description |
---|---|
org.graphstream.ui.geom | |
org.graphstream.ui.view.camera |
Modifier and Type | Class and Description |
---|---|
class |
Point3
3D point.
|
Modifier and Type | Field and Description |
---|---|
static Point2 |
Point2.NULL_POINT2
Specific point at (0,0).
|
Modifier and Type | Method and Description |
---|---|
Point2 |
Point2.interpolate(Point2 other,
double factor)
Create a new point linear interpolation of this and
other . |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Point2(Point2 other)
New copy of other.
|
Vector2(Point2 point)
New vector copy of
point . |
Vector2(Point2 from,
Point2 to) |
Modifier and Type | Method and Description |
---|---|
Point2 |
AreaSkeleton.theCenter() |
Point2 |
AreaSkeleton.theSize() |