QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
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 59 of file pointset.h.

Member Data Documentation

◆ alpha

double pal::OrientedConvexHullBoundingBox::alpha = 0

Definition at line 64 of file pointset.h.

◆ length

double pal::OrientedConvexHullBoundingBox::length = 0

Definition at line 67 of file pointset.h.

◆ width

double pal::OrientedConvexHullBoundingBox::width = 0

Definition at line 66 of file pointset.h.

◆ x

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

Definition at line 61 of file pointset.h.

◆ y

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

Definition at line 62 of file pointset.h.


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