#include <tango_3d_reconstruction_api.h>
Public Attributes | |
uint32_t | num_polygons |
Number of paths contained in the paths array. More... | |
Tango3DR_Polygon * | polygons |
Array containing 2D polylines/polygons. More... | |
2D vector graphics object. The polygons are sorted by decreasing surface area, so that it is safe to render them directly using the provided ordering. Note that polygons with negative surface area indicate holes that need to be rendered in the background color.
Definition at line 380 of file tango_3d_reconstruction_api.h.
uint32_t Tango3DR_PolygonArray::num_polygons |
Number of paths contained in the paths
array.
Definition at line 382 of file tango_3d_reconstruction_api.h.
Tango3DR_Polygon* Tango3DR_PolygonArray::polygons |
Array containing 2D polylines/polygons.
Definition at line 385 of file tango_3d_reconstruction_api.h.