CubbyFlow::Box3::Builder Class Referencefinal
Front-end to create Box3 objects step by step. More...
#include <Core/Geometry/Box3.h>
Inheritance diagram for CubbyFlow::Box3::Builder:
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... | |
Public Member Functions inherited from CubbyFlow::SurfaceBuilderBase3< Box3::Builder > | |
| 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 | |
Protected Attributes inherited from CubbyFlow::SurfaceBuilderBase3< Box3::Builder > | |
| bool | m_isNormalFlipped |
| Transform3 | m_transform |
Detailed Description
Front-end to create Box3 objects step by step.
Member Function Documentation
◆ Build()
◆ MakeShared()
◆ WithBoundingBox()
| Builder& CubbyFlow::Box3::Builder::WithBoundingBox | ( | const BoundingBox3D & | bbox | ) |
Returns builder with bounding box.
◆ WithLowerCorner()
Returns builder with lower corner set.
◆ WithUpperCorner()
Returns builder with upper corner set.
The documentation for this class was generated from the following file:
- Core/Geometry/Box3.h
Public Member Functions inherited from
1.8.14