
#include <gzGeometry.h>
Public Member Functions | |
| gzWeight () | |
| Constructor. | |
| gzWeight (gzFloat val) | |
| Constructor with one defined weight. | |
| gzWeight (gzFloat val1, gzFloat val2) | |
| Constructor with two weights defined. | |
| gzBool | operator== (const gzWeight &right) |
| Equal operator. | |
| gzWeightValue & | operator[] (gzULong index) |
Public Attributes | |
| gzArray< gzWeightValue > | weights |
Definition at line 325 of file gzGeometry.h.
|
|
Constructor.
|
|
|
Constructor with one defined weight.
|
|
||||||||||||
|
Constructor with two weights defined.
|
|
|
Equal operator. Returns true if the two attributes are equal. Otherwise false is returned. |
|
|
|
|
|
Definition at line 346 of file gzGeometry.h. |