Jet
v1.3.3
|
Front-end to create SurfaceSet3 objects step by step. More...
#include <jet/surface_set3.h>
Public Member Functions | |
Builder & | withSurfaces (const std::vector< Surface3Ptr > &others) |
Returns builder with other surfaces. More... | |
SurfaceSet3 | build () const |
Builds SurfaceSet3. More... | |
SurfaceSet3Ptr | makeShared () const |
Builds shared pointer of SurfaceSet3 instance. More... | |
![]() | |
SurfaceSet3::Builder & | withIsNormalFlipped (bool isNormalFlipped) |
Returns builder with flipped normal flag. More... | |
SurfaceSet3::Builder & | withTranslation (const Vector3D &translation) |
Returns builder with translation. More... | |
SurfaceSet3::Builder & | withOrientation (const QuaternionD &orientation) |
Returns builder with orientation. More... | |
SurfaceSet3::Builder & | withTransform (const Transform3 &transform) |
Returns builder with transform. More... | |
Additional Inherited Members | |
![]() | |
bool | _isNormalFlipped |
Transform3 | _transform |
Front-end to create SurfaceSet3 objects step by step.
SurfaceSet3 jet::SurfaceSet3::Builder::build | ( | ) | const |
Builds SurfaceSet3.
SurfaceSet3Ptr jet::SurfaceSet3::Builder::makeShared | ( | ) | const |
Builds shared pointer of SurfaceSet3 instance.
Builder& jet::SurfaceSet3::Builder::withSurfaces | ( | const std::vector< Surface3Ptr > & | others | ) |
Returns builder with other surfaces.