CBMultiPointCalibrator

Undocumented in source.

Constructors

this
this(size_t point_count, PointCalibratorParam pcp, MultiPointCalibratorPrinter prntr)
Undocumented in source.

Members

Functions

filter
PointCalibrationResult filter(fSeg seg)
Undocumented in source. Be warned that the author may not have intended to support it.
nextPoint
void nextPoint()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

printer
MultiPointCalibratorPrinter printer;
Undocumented in source.

Inherited Members

From BaseMultiPointCalibrator

calibrators
PointCalibrator[] calibrators;
Undocumented in source.
current
size_t current;
Undocumented in source.
calibrator_params
PointCalibratorParam calibrator_params;
Undocumented in source.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
nextPoint
void nextPoint()
Undocumented in source. Be warned that the author may not have intended to support it.
filter
PointCalibrationResult filter(fSeg seg)
Undocumented in source. Be warned that the author may not have intended to support it.
points
const(vec3)[] points [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
done
bool done [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
currentIndex
size_t currentIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta