ed
Public Member Functions | Public Attributes | List of all members
ed::ConvexHull Struct Reference

#include <convex_hull.h>

Public Member Functions

 ConvexHull ()
 
double height () const
 
double volume () const
 

Public Attributes

float area
 
bool complete
 
std::vector< geo::Vec2fedges
 
std::vector< geo::Vec2fnormals
 
std::vector< geo::Vec2fpoints
 
float z_max
 
float z_min
 

Detailed Description

Definition at line 11 of file convex_hull.h.

Constructor & Destructor Documentation

◆ ConvexHull()

ed::ConvexHull::ConvexHull ( )
inline

Definition at line 20 of file convex_hull.h.

Member Function Documentation

◆ height()

double ed::ConvexHull::height ( ) const
inline

Definition at line 22 of file convex_hull.h.

◆ volume()

double ed::ConvexHull::volume ( ) const
inline

Definition at line 24 of file convex_hull.h.

Member Data Documentation

◆ area

float ed::ConvexHull::area

Definition at line 17 of file convex_hull.h.

◆ complete

bool ed::ConvexHull::complete

Definition at line 18 of file convex_hull.h.

◆ edges

std::vector<geo::Vec2f> ed::ConvexHull::edges

Definition at line 14 of file convex_hull.h.

◆ normals

std::vector<geo::Vec2f> ed::ConvexHull::normals

Definition at line 15 of file convex_hull.h.

◆ points

std::vector<geo::Vec2f> ed::ConvexHull::points

Definition at line 13 of file convex_hull.h.

◆ z_max

float ed::ConvexHull::z_max

Definition at line 16 of file convex_hull.h.

◆ z_min

float ed::ConvexHull::z_min

Definition at line 16 of file convex_hull.h.


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