![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Defines a pattern rectangle as a sub-portion of a marker image. More...
#include <ar.h>
Public Attributes | |
float | topLeftX |
Horizontal coordinate of the top left corner of the pattern space, in range 0.0f-1.0f. More... | |
float | topLeftY |
Vertical coordinate of the top left corner of the pattern space, in range 0.0f-1.0f. More... | |
float | bottomRightX |
Horizontal coordinate of the bottom right corner of the pattern space, in range 0.0f-1.0f. More... | |
float | bottomRightY |
Vertical coordinate of the bottom right corner of the pattern space, in range 0.0f-1.0f. More... | |
Defines a pattern rectangle as a sub-portion of a marker image.
A complete marker image has coordinates {0.0f, 0.0f, 1.0f, 1.0f}. A standard artoolkitX marker with a pattern ratio of 0.5 has coordinates {0.25f, 0.25f, 0.75f, 0.75f}.
float ARPattRectInfo::bottomRightX |
Horizontal coordinate of the bottom right corner of the pattern space, in range 0.0f-1.0f.
float ARPattRectInfo::bottomRightY |
Vertical coordinate of the bottom right corner of the pattern space, in range 0.0f-1.0f.
float ARPattRectInfo::topLeftX |
Horizontal coordinate of the top left corner of the pattern space, in range 0.0f-1.0f.
float ARPattRectInfo::topLeftY |
Vertical coordinate of the top left corner of the pattern space, in range 0.0f-1.0f.