Jet
v1.3.3
|
Front-end to create Box3 objects step by step. More...
#include <jet/box3.h>
Public Member Functions | |
Builder & | withLowerCorner (const Vector3D &pt) |
Returns builder with lower corner set. More... | |
Builder & | withUpperCorner (const Vector3D &pt) |
Returns builder with upper corner set. More... | |
Builder & | withBoundingBox (const BoundingBox3D &bbox) |
Returns builder with bounding box. More... | |
Box3 | build () const |
Builds Box3. More... | |
Box3Ptr | makeShared () const |
Builds shared pointer of Box3 instance. More... | |
![]() | |
Box3::Builder & | withIsNormalFlipped (bool isNormalFlipped) |
Returns builder with flipped normal flag. More... | |
Box3::Builder & | withTranslation (const Vector3D &translation) |
Returns builder with translation. More... | |
Box3::Builder & | withOrientation (const QuaternionD &orientation) |
Returns builder with orientation. More... | |
Box3::Builder & | withTransform (const Transform3 &transform) |
Returns builder with transform. More... | |
Additional Inherited Members | |
![]() | |
bool | _isNormalFlipped |
Transform3 | _transform |
Front-end to create Box3 objects step by step.
Builder& jet::Box3::Builder::withBoundingBox | ( | const BoundingBox3D & | bbox | ) |
Returns builder with bounding box.
Returns builder with lower corner set.
Returns builder with upper corner set.