|
QGIS API Documentation 3.99.0-Master (21b3aa880ba)
|
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 60 of file pointset.h.
| double pal::OrientedConvexHullBoundingBox::alpha = 0 |
Definition at line 65 of file pointset.h.
| double pal::OrientedConvexHullBoundingBox::length = 0 |
Definition at line 68 of file pointset.h.
| double pal::OrientedConvexHullBoundingBox::width = 0 |
Definition at line 67 of file pointset.h.
| double pal::OrientedConvexHullBoundingBox::x[4] = {0, 0, 0, 0} |
Definition at line 62 of file pointset.h.
| double pal::OrientedConvexHullBoundingBox::y[4] = {0, 0, 0, 0} |
Definition at line 63 of file pointset.h.