Jet
v1.3.3
|
Front-end to create Cylinder3 objects step by step. More...
#include <jet/cylinder3.h>
Public Member Functions | |
Builder & | withCenter (const Vector3D ¢er) |
Returns builder with center. More... | |
Builder & | withRadius (double radius) |
Returns builder with radius. More... | |
Builder & | withHeight (double height) |
Returns builder with height. More... | |
Cylinder3 | build () const |
Builds Cylinder3. More... | |
Cylinder3Ptr | makeShared () const |
Builds shared pointer of Cylinder3 instance. More... | |
![]() | |
Cylinder3::Builder & | withIsNormalFlipped (bool isNormalFlipped) |
Returns builder with flipped normal flag. More... | |
Cylinder3::Builder & | withTranslation (const Vector3D &translation) |
Returns builder with translation. More... | |
Cylinder3::Builder & | withOrientation (const QuaternionD &orientation) |
Returns builder with orientation. More... | |
Cylinder3::Builder & | withTransform (const Transform3 &transform) |
Returns builder with transform. More... | |
Additional Inherited Members | |
![]() | |
bool | _isNormalFlipped |
Transform3 | _transform |
Front-end to create Cylinder3 objects step by step.
Cylinder3Ptr jet::Cylinder3::Builder::makeShared | ( | ) | const |
Builds shared pointer of Cylinder3 instance.
Returns builder with center.
Builder& jet::Cylinder3::Builder::withHeight | ( | double | height | ) |
Returns builder with height.
Builder& jet::Cylinder3::Builder::withRadius | ( | double | radius | ) |
Returns builder with radius.