#include <hole.h>
Public Member Functions | |
float | angle () const |
float | area () const |
Weight | operator+ (const Weight &other) const |
bool | operator< (const Weight &rhs) const |
Weight (float An, float Ar) | |
Weight () | |
~Weight () | |
Private Attributes | |
float | ang |
float | ar |
Definition at line 728 of file hole.h.
vcg::tri::Hole< MESH >::Weight::Weight | ( | ) | [inline] |
vcg::tri::Hole< MESH >::Weight::Weight | ( | float | An, | |
float | Ar | |||
) | [inline] |
vcg::tri::Hole< MESH >::Weight::~Weight | ( | ) | [inline] |
float vcg::tri::Hole< MESH >::Weight::angle | ( | ) | const [inline] |
float vcg::tri::Hole< MESH >::Weight::area | ( | ) | const [inline] |
Weight vcg::tri::Hole< MESH >::Weight::operator+ | ( | const Weight & | other | ) | const [inline] |
bool vcg::tri::Hole< MESH >::Weight::operator< | ( | const Weight & | rhs | ) | const [inline] |
float vcg::tri::Hole< MESH >::Weight::ang [private] |
float vcg::tri::Hole< MESH >::Weight::ar [private] |