Skip to main content
Version: 20 Mar 2024

MLPlaneBoundariesList

Module: Planes

Type to represent polygons of all returned planes. More...

#include <ml_planes.h>

Public Attributes

TypeName
uint32_tversion
MLPlaneBoundaries *plane_boundaries
List of MLPlaneBoundaries.
uint32_tplane_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.

TypeDescription
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