CubbyFlow::Plane3::Builder Class Referencefinal
Front-end to create Plane3 objects step by step. More...
#include <Core/Geometry/Plane3.h>
Inheritance diagram for CubbyFlow::Plane3::Builder:
Public Member Functions | |
Builder & | WithNormal (const Vector3D &normal) |
Returns builder with plane normal. More... | |
Builder & | WithPoint (const Vector3D &point) |
Returns builder with point on the plane. More... | |
Plane3 | Build () const |
Builds Plane3. More... | |
Plane3Ptr | MakeShared () const |
Builds shared pointer of Plane3 instance. More... | |
Public Member Functions inherited from CubbyFlow::SurfaceBuilderBase3< Plane3::Builder > | |
Plane3::Builder & | WithIsNormalFlipped (bool isNormalFlipped) |
Returns builder with flipped normal flag. More... | |
Plane3::Builder & | WithTranslation (const Vector3D &translation) |
Returns builder with translation. More... | |
Plane3::Builder & | WithOrientation (const QuaternionD &orientation) |
Returns builder with orientation. More... | |
Plane3::Builder & | WithTransform (const Transform3 &transform) |
Returns builder with transform. More... | |
Additional Inherited Members | |
Protected Attributes inherited from CubbyFlow::SurfaceBuilderBase3< Plane3::Builder > | |
bool | m_isNormalFlipped |
Transform3 | m_transform |
Detailed Description
Front-end to create Plane3 objects step by step.
Member Function Documentation
◆ Build()
◆ MakeShared()
Plane3Ptr CubbyFlow::Plane3::Builder::MakeShared | ( | ) | const |
Builds shared pointer of Plane3 instance.
◆ WithNormal()
Returns builder with plane normal.
◆ WithPoint()
Returns builder with point on the plane.
The documentation for this class was generated from the following file:
- Core/Geometry/Plane3.h