public interface ImageInterpolator
Modifier and Type | Method and Description |
---|---|
Vector3D |
getTrackingDirection(Point3D point,
int pdIndex,
boolean direction)
Gets the initial tracking direction, given a pdIndex and a seed point.
|
Vector3D |
getTrackingDirection(Point3D point,
Vector3D previousDirection)
Gets tracking direction at some point.
|
Vector3D getTrackingDirection(Point3D point, Vector3D previousDirection)
point
- the point in mm to interpolate at.previousDirection
- the direction of the previous tracking step.Vector3D getTrackingDirection(Point3D point, int pdIndex, boolean direction)
point
- the seed point in mmpdIndex
- the numerical index of the PD to follow, from 0 to (number of PDs) - 1.direction
- if true, the direction will be the PD, if false, it will be the negated PD.