![]() |
3DCoat Core API
The 3DCoat API documentation.
|
HeadBaseParams struct of the head data. More...
#include <CorePrimAPI.h>
Public Member Functions | |
| HeadBaseParams () | |
| constructor. | |
| HeadBaseParams (float _d, float _h) | |
| constructor. | |
| HeadBaseParams & | diameter (float _d) |
| set the diameter. | |
| HeadBaseParams & | height (float _h) |
| set the height. | |
| operator void * () const | |
| () operator | |
Public Attributes | |
| float | _diameter |
| float | _height |
HeadBaseParams struct of the head data.
| coat::HeadBaseParams::HeadBaseParams | ( | float | _d, |
| float | _h ) |
constructor.
| _d | diameter |
| _h | height |
| HeadBaseParams & coat::HeadBaseParams::diameter | ( | float | _d | ) |
| HeadBaseParams & coat::HeadBaseParams::height | ( | float | _h | ) |