QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Represents the minimum area, oriented bounding box surrounding a convex hull. More...
#include <pointset.h>
Public Attributes | |
double | alpha = 0 |
double | length = 0 |
double | width = 0 |
double | x [4] = {0, 0, 0, 0} |
double | y [4] = {0, 0, 0, 0} |
Represents the minimum area, oriented bounding box surrounding a convex hull.
Definition at line 59 of file pointset.h.
double pal::OrientedConvexHullBoundingBox::alpha = 0 |
Definition at line 64 of file pointset.h.
double pal::OrientedConvexHullBoundingBox::length = 0 |
Definition at line 67 of file pointset.h.
double pal::OrientedConvexHullBoundingBox::width = 0 |
Definition at line 66 of file pointset.h.
double pal::OrientedConvexHullBoundingBox::x[4] = {0, 0, 0, 0} |
Definition at line 61 of file pointset.h.
double pal::OrientedConvexHullBoundingBox::y[4] = {0, 0, 0, 0} |
Definition at line 62 of file pointset.h.