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