BehaviorMultiPointCalibrator

Undocumented in source.

Constructors

this
this(MultiPointCalibrator mpc)
Undocumented in source.

Members

Functions

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

Properties

currentIndex
size_t currentIndex [@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.
points
const(vec3)[] points [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

calibrator
MultiPointCalibrator calibrator;
Undocumented in source.

Inherited Members

From MultiPointCalibrator

reset
void reset()
Undocumented in source.
nextPoint
void nextPoint()
Undocumented in source.
filter
PointCalibrationResult filter(fSeg seg)
Undocumented in source.
points
const(vec3)[] points [@property getter]
Undocumented in source.
done
bool done [@property getter]
Undocumented in source.
currentIndex
size_t currentIndex [@property getter]
Undocumented in source.

Meta