libmove3d  3.13.0
Public Member Functions
gpConvexHull6D Class Reference

#include <gpConvexHull.h>

Inheritance diagram for gpConvexHull6D:
gpConvexHull

List of all members.

Public Member Functions

 gpConvexHull6D (double(*point_array)[6], unsigned int nbpoints_)

Detailed Description

Derives from gpConvexHull class to deal with 6D points. Adds a new constructor.


Constructor & Destructor Documentation

gpConvexHull6D::gpConvexHull6D ( double(*)  point_array[6],
unsigned int  nb_points 
)

Initializes the input point set from the given array (with the same order so that, after hull computation, indices in hull_vertices and hull_faces correspond to the indices in point_array).


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines