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:
CubbyFlow::SurfaceBuilderBase3< Box3::Builder >

Public Member Functions

BuilderWithLowerCorner (const Vector3D &pt)
 Returns builder with lower corner set. More...
 
BuilderWithUpperCorner (const Vector3D &pt)
 Returns builder with upper corner set. More...
 
BuilderWithBoundingBox (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::BuilderWithIsNormalFlipped (bool isNormalFlipped)
 Returns builder with flipped normal flag. More...
 
Box3::BuilderWithTranslation (const Vector3D &translation)
 Returns builder with translation. More...
 
Box3::BuilderWithOrientation (const QuaternionD &orientation)
 Returns builder with orientation. More...
 
Box3::BuilderWithTransform (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()

Box3 CubbyFlow::Box3::Builder::Build ( ) const

Builds Box3.

◆ MakeShared()

Box3Ptr CubbyFlow::Box3::Builder::MakeShared ( ) const

Builds shared pointer of Box3 instance.

◆ WithBoundingBox()

Builder& CubbyFlow::Box3::Builder::WithBoundingBox ( const BoundingBox3D bbox)

Returns builder with bounding box.

◆ WithLowerCorner()

Builder& CubbyFlow::Box3::Builder::WithLowerCorner ( const Vector3D pt)

Returns builder with lower corner set.

◆ WithUpperCorner()

Builder& CubbyFlow::Box3::Builder::WithUpperCorner ( const Vector3D pt)

Returns builder with upper corner set.


The documentation for this class was generated from the following file: