|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Point3 | |
|---|---|
| org.miv.pherd | |
| org.miv.pherd.geom | |
| org.miv.pherd.ntree | |
| Uses of Point3 in org.miv.pherd |
|---|
| Fields in org.miv.pherd declared as Point3 | |
|---|---|
protected Point3 |
Particle.nextPos
The computed next particle position. |
protected Point3 |
Particle.pos
Particle position. |
| Methods in org.miv.pherd that return Point3 | |
|---|---|
Point3 |
Particle.getPosition()
Particle position. |
| Uses of Point3 in org.miv.pherd.geom |
|---|
| Fields in org.miv.pherd.geom declared as Point3 | |
|---|---|
static Point3 |
Point3.NULL_POINT3
Specific point at (0,0,0). |
| Methods in org.miv.pherd.geom that return Point3 | |
|---|---|
Point3 |
Point3.interpolate(Point3 other,
double factor)
Create a new point linear interpolation of this and other. |
| Methods in org.miv.pherd.geom with parameters of type Point3 | |
|---|---|
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. |
| Constructors in org.miv.pherd.geom with parameters of type Point3 | |
|---|---|
Point3(Point3 other)
New copy of other. |
|
Vector3(Point3 point)
New vector copy of point. |
|
| Uses of Point3 in org.miv.pherd.ntree |
|---|
| Subclasses of Point3 in org.miv.pherd.ntree | |
|---|---|
class |
Anchor
A constant point. |
| Fields in org.miv.pherd.ntree declared as Point3 | |
|---|---|
Point3 |
BarycenterCellData.center
The barycenter. |
protected Point3 |
NTree.max
The minimum and maximum points of the universe when growing the root cell, if a resize of the root cell space is needed. |
protected Point3 |
NTree.min
The minimum and maximum points of the universe when growing the root cell, if a resize of the root cell space is needed. |
| Methods in org.miv.pherd.ntree that return Point3 | |
|---|---|
Point3 |
BarycenterCellData.getCenter()
The barycenter. |
Point3 |
NTree.getHighestPoint()
The highest coordinate used by a particle. |
Point3 |
NTree.getLowestPoint()
The lowest coordinate used by a particle. |
| Methods in org.miv.pherd.ntree with parameters of type Point3 | |
|---|---|
double |
BarycenterCellData.distanceFrom(Point3 p)
Distance between this barycentre and a point p. |
protected void |
Cell.resize(Point3 min,
Point3 max)
Resize the cell space so that |
void |
QuadtreeCellSpace.resize(Point3 min,
Point3 max)
|
void |
CellSpace.resize(Point3 min,
Point3 max)
Resize this space to the given bounding box. |
void |
OctreeCellSpace.resize(Point3 min,
Point3 max)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||