Structure for an eyewear calibration reading to be used with EyewearUserCalibration. (DEPRECATED)
Public Types | |
enum | AlignmentType { RECTANGLE = 0, HORIZONTAL_LINE, VERTICAL_LINE } |
Type of calibration shape used during the calibration process. More... | |
Public Attributes | |
Matrix34F | mPose |
Pose matrix from a TrackableResult. More... | |
float | mScale |
float | mCenterX |
float | mCenterY |
AlignmentType | mType |
The type of calibration shape that was used when creating this reading. More... | |
enum AlignmentType |
Type of calibration shape used during the calibration process.
Enumerator | |
---|---|
RECTANGLE |
The calibration shape is a rectangle. |
HORIZONTAL_LINE |
The calibration shape is a horizontal line. |
VERTICAL_LINE |
The calibration shape is a vertical line. |
Matrix34F mPose |
Pose matrix from a TrackableResult.
float mScale |
A value in the range 0..1 that specifies the amount of rendering surface height that the calibration shape uses
float mCenterX |
A value in the range -1..1 that specifies the horizontal center of the calibration shape on the rendering surface
float mCenterY |
A value in the range -1..1 that specifies the vertical center of the calibration shape on the rendering surface
AlignmentType mType |
The type of calibration shape that was used when creating this reading.