|
Jet
v1.3.3
|
Front-end to create SurfaceToImplicit3 objects step by step. More...
#include <jet/surface_to_implicit3.h>
Public Member Functions | |
| Builder & | withSurface (const Surface3Ptr &surface) |
| Returns builder with surface. More... | |
| SurfaceToImplicit3 | build () const |
| Builds SurfaceToImplicit3. More... | |
| SurfaceToImplicit3Ptr | makeShared () const |
| Builds shared pointer of SurfaceToImplicit3 instance. More... | |
Public Member Functions inherited from jet::SurfaceBuilderBase3< SurfaceToImplicit3::Builder > | |
| SurfaceToImplicit3::Builder & | withIsNormalFlipped (bool isNormalFlipped) |
| Returns builder with flipped normal flag. More... | |
| SurfaceToImplicit3::Builder & | withTranslation (const Vector3D &translation) |
| Returns builder with translation. More... | |
| SurfaceToImplicit3::Builder & | withOrientation (const QuaternionD &orientation) |
| Returns builder with orientation. More... | |
| SurfaceToImplicit3::Builder & | withTransform (const Transform3 &transform) |
| Returns builder with transform. More... | |
Additional Inherited Members | |
Protected Attributes inherited from jet::SurfaceBuilderBase3< SurfaceToImplicit3::Builder > | |
| bool | _isNormalFlipped |
| Transform3 | _transform |
Front-end to create SurfaceToImplicit3 objects step by step.
| SurfaceToImplicit3 jet::SurfaceToImplicit3::Builder::build | ( | ) | const |
Builds SurfaceToImplicit3.
| SurfaceToImplicit3Ptr jet::SurfaceToImplicit3::Builder::makeShared | ( | ) | const |
Builds shared pointer of SurfaceToImplicit3 instance.
| Builder& jet::SurfaceToImplicit3::Builder::withSurface | ( | const Surface3Ptr & | surface | ) |
Returns builder with surface.
1.8.18