|
Jet
v1.3.3
|
Front-end to create Sphere3 objects step by step. More...
#include <jet/sphere3.h>
Public Member Functions | |
| Builder & | withCenter (const Vector3D ¢er) |
| Returns builder with sphere center. More... | |
| Builder & | withRadius (double radius) |
| Returns builder with sphere radius. More... | |
| Sphere3 | build () const |
| Builds Sphere3. More... | |
| Sphere3Ptr | makeShared () const |
| Builds shared pointer of Sphere3 instance. More... | |
Public Member Functions inherited from jet::SurfaceBuilderBase3< Sphere3::Builder > | |
| Sphere3::Builder & | withIsNormalFlipped (bool isNormalFlipped) |
| Returns builder with flipped normal flag. More... | |
| Sphere3::Builder & | withTranslation (const Vector3D &translation) |
| Returns builder with translation. More... | |
| Sphere3::Builder & | withOrientation (const QuaternionD &orientation) |
| Returns builder with orientation. More... | |
| Sphere3::Builder & | withTransform (const Transform3 &transform) |
| Returns builder with transform. More... | |
Additional Inherited Members | |
Protected Attributes inherited from jet::SurfaceBuilderBase3< Sphere3::Builder > | |
| bool | _isNormalFlipped |
| Transform3 | _transform |
Front-end to create Sphere3 objects step by step.
| Sphere3Ptr jet::Sphere3::Builder::makeShared | ( | ) | const |
Builds shared pointer of Sphere3 instance.
Returns builder with sphere center.
| Builder& jet::Sphere3::Builder::withRadius | ( | double | radius | ) |
Returns builder with sphere radius.
1.8.18