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