MLPlaneBoundariesList
Module: Planes
Type to represent polygons of all returned planes. More...
#include <ml_planes.h>
Public Attributes
Type | Name |
---|---|
uint32_t | version |
MLPlaneBoundaries * | plane_boundaries List of MLPlaneBoundaries. |
uint32_t | plane_boundaries_count Count of MLPlaneBoundaries in the array. |
Detailed Description
struct MLPlaneBoundariesList;
Type to represent polygons of all returned planes.
Deprecated
Deprecated since 1.6.0. Scheduled for removal.
API Level:
- 2
Public Attributes Documentation
version
uint32_t version;
plane_boundaries
MLPlaneBoundaries * plane_boundaries;
List of MLPlaneBoundaries.
Type | Description |
---|---|
MLPlaneBoundaries * | Type to represent multiple regions on a 2D plane. |
API Level:
- 2
plane_boundaries_count
uint32_t plane_boundaries_count;
Count of MLPlaneBoundaries in the array.
API Level:
- 2