Jet
v1.3.3
|
Front-end to create Plane3 objects step by step. More...
#include <jet/plane3.h>
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... | |
![]() | |
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 | |
![]() | |
bool | _isNormalFlipped |
Transform3 | _transform |
Front-end to create Plane3 objects step by step.
Returns builder with plane normal.
Returns builder with point on the plane.