Public Attributes
Tango3DR_Polygon Struct Reference

Struct representing a single 2D polyline or polygon. More...

#include <tango_3d_reconstruction_api.h>

List of all members.

Public Attributes

double area
bool closed
Tango3DR_FloorplanLayer layer
 Floor plan layer to which this path belongs to.
uint32_t num_vertices
 Number of vertices contained in the vertices array.
Tango3DR_Vector2vertices
 2D points.

Detailed Description

Struct representing a single 2D polyline or polygon.

Definition at line 356 of file tango_3d_reconstruction_api.h.


Member Data Documentation

Surface area of the path. A negative number indicates that this polygon represents a hole (in a bigger polygon).

Definition at line 372 of file tango_3d_reconstruction_api.h.

If true, indicates that the path is closed, i.e., the last and the first vertex are connected.

Definition at line 362 of file tango_3d_reconstruction_api.h.

Floor plan layer to which this path belongs to.

Definition at line 365 of file tango_3d_reconstruction_api.h.

Number of vertices contained in the vertices array.

Definition at line 358 of file tango_3d_reconstruction_api.h.

2D points.

Definition at line 368 of file tango_3d_reconstruction_api.h.


The documentation for this struct was generated from the following file:


tango_3d_reconstruction
Author(s):
autogenerated on Thu Jun 6 2019 19:49:50