QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
pal::OrientedConvexHullBoundingBox Struct Reference

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}

Detailed Description

Represents the minimum area, oriented bounding box surrounding a convex hull.

Definition at line 60 of file pointset.h.

Member Data Documentation

◆ alpha

double pal::OrientedConvexHullBoundingBox::alpha = 0

Definition at line 65 of file pointset.h.

◆ length

double pal::OrientedConvexHullBoundingBox::length = 0

Definition at line 68 of file pointset.h.

◆ width

double pal::OrientedConvexHullBoundingBox::width = 0

Definition at line 67 of file pointset.h.

◆ x

double pal::OrientedConvexHullBoundingBox::x[4] = {0, 0, 0, 0}

Definition at line 62 of file pointset.h.

◆ y

double pal::OrientedConvexHullBoundingBox::y[4] = {0, 0, 0, 0}

Definition at line 63 of file pointset.h.


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