MeshKit  1.0
Bounds Class Reference

#include <3D.h>

List of all members.

Public Member Functions

 Bounds ()
void reset ()
void addPoint (const Vec3 &)
void complete ()

Public Attributes

Vec3 min
Vec3 max
Vec3 center
double radius
unsigned int points

Detailed Description

Definition at line 8 of file 3D.h.


Constructor & Destructor Documentation

Bounds ( ) [inline]

Definition at line 17 of file 3D.h.


Member Function Documentation

void addPoint ( const Vec3 v)

Definition at line 22 of file 3D.cpp.

void complete ( )

Definition at line 38 of file 3D.cpp.

void reset ( )

Definition at line 11 of file 3D.cpp.


Member Data Documentation

Definition at line 13 of file 3D.h.

Definition at line 12 of file 3D.h.

Definition at line 12 of file 3D.h.

unsigned int points

Definition at line 15 of file 3D.h.

double radius

Definition at line 14 of file 3D.h.


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