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

Public Member Functions

BuilderWithNormal (const Vector3D &normal)
 Returns builder with plane normal. More...
 
BuilderWithPoint (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::BuilderWithIsNormalFlipped (bool isNormalFlipped)
 Returns builder with flipped normal flag. More...
 
Plane3::BuilderWithTranslation (const Vector3D &translation)
 Returns builder with translation. More...
 
Plane3::BuilderWithOrientation (const QuaternionD &orientation)
 Returns builder with orientation. More...
 
Plane3::BuilderWithTransform (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()

Plane3 CubbyFlow::Plane3::Builder::Build ( ) const

Builds Plane3.

◆ MakeShared()

Plane3Ptr CubbyFlow::Plane3::Builder::MakeShared ( ) const

Builds shared pointer of Plane3 instance.

◆ WithNormal()

Builder& CubbyFlow::Plane3::Builder::WithNormal ( const Vector3D normal)

Returns builder with plane normal.

◆ WithPoint()

Builder& CubbyFlow::Plane3::Builder::WithPoint ( const Vector3D point)

Returns builder with point on the plane.


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