Package | Description |
---|---|
org.graphstream.stream.file | |
org.graphstream.ui.geom |
Modifier and Type | Method and Description |
---|---|
protected Point3 |
FileSourceBase.getPoint3(java.lang.String value)
Get a number triplet with numbers separated by comas and return a new
point for it.
|
Modifier and Type | Field and Description |
---|---|
static Point3 |
Point3.NULL_POINT3
Specific point at (0,0,0).
|
Modifier and Type | Method and Description |
---|---|
Point3 |
Point3.interpolate(Point3 other,
double factor)
Create a new point linear interpolation of this and
other . |
Modifier and Type | Method and Description |
---|---|
void |
Vector3.copy(Point3 point)
Make this a copy of
point . |
void |
Point3.copy(Point3 other)
Make this a copy of other.
|
double |
Point3.distance(Point3 other)
Distance between this and
other . |
Point3 |
Point3.interpolate(Point3 other,
double factor)
Create a new point linear interpolation of this and
other . |
void |
Point3.move(Point3 p)
Move of given point
p . |
void |
Point3.scale(Point3 s)
Scale by factor s.
|
void |
Point3.swap(Point3 other)
Exchange the values of this and other.
|
Constructor and Description |
---|
Point3(Point3 other)
New copy of other.
|
Vector3(Point3 point)
New vector copy of
point . |