![]() |
aimsalgo 6.0.0
Neuroimaging image processing
|
Move point constrained to a uinit sphere: project the force to be tangent to the sphere, move the point, then stick it onto the sphere. More...
#include <aims/points_distribution/points_distribution.h>


Public Member Functions | |
| SphereMove () | |
| virtual | ~SphereMove () |
| virtual Point3df | position (const Point3df &pt, const Point3df &f, double step) |
| The default is unconstrained: just move the requested amount. | |
Public Member Functions inherited from aims::PointsDistribution::MoveConstraints | |
| MoveConstraints () | |
| virtual | ~MoveConstraints () |
Move point constrained to a uinit sphere: project the force to be tangent to the sphere, move the point, then stick it onto the sphere.
Definition at line 138 of file points_distribution.h.
|
inline |
Definition at line 141 of file points_distribution.h.
References aims::PointsDistribution::MoveConstraints::MoveConstraints().
|
inlinevirtual |
Definition at line 142 of file points_distribution.h.
|
virtual |
The default is unconstrained: just move the requested amount.
Reimplemented from aims::PointsDistribution::MoveConstraints.