|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| final int | swigValue () |
| String | toString () |
Static Public Member Functions | |
| static VgSizePolicy | swigToEnum (int swigValue) |
Static Public Attributes | |
| static final VgSizePolicy | eVgSizePolicyConstantScale = new VgSizePolicy("eVgSizePolicyConstantScale") |
| static final VgSizePolicy | eVgSizePolicyFitRectangle = new VgSizePolicy("eVgSizePolicyFitRectangle") |
| static final VgSizePolicy | eVgSizePolicyRectangleMultiline = new VgSizePolicy("eVgSizePolicyRectangleMultiline") |
| static final VgSizePolicy | eVgSizePolicyFixedRectangleMultiline = new VgSizePolicy("eVgSizePolicyFixedRectangleMultiline") |
This enum controls the fitting mode for VgMarkers of a VgPoint.
|
static |
| final int VgSizePolicy.swigValue | ( | ) |
| String VgSizePolicy.toString | ( | ) |
|
static |
The size is controlled by the Vg3DModule::VgGeometryDescriptor::mScale .
|
static |
The scale of the object is recomputed to fit the bounding rectangle of the VgPoint.
|
static |
The scale is adapted to best fit in the provided rectangle (i.e. the maximal fitting scale will be used)
|
static |
The scale of the markers is recomputed based on camera-to-ground distance, and constrained to the provided rectangle. If rectangle can't fit the markers, then they will be hidden.