Jet  v1.3.3
Public Member Functions | List of all members
jet::Plane3::Builder Class Referencefinal

Front-end to create Plane3 objects step by step. More...

#include <jet/plane3.h>

Inheritance diagram for jet::Plane3::Builder:
jet::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 jet::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 jet::SurfaceBuilderBase3< Plane3::Builder >
bool _isNormalFlipped
 
Transform3 _transform
 

Detailed Description

Front-end to create Plane3 objects step by step.

Member Function Documentation

◆ build()

Plane3 jet::Plane3::Builder::build ( ) const

Builds Plane3.

◆ makeShared()

Plane3Ptr jet::Plane3::Builder::makeShared ( ) const

Builds shared pointer of Plane3 instance.

◆ withNormal()

Builder& jet::Plane3::Builder::withNormal ( const Vector3D normal)

Returns builder with plane normal.

◆ withPoint()

Builder& jet::Plane3::Builder::withPoint ( const Vector3D point)

Returns builder with point on the plane.


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