|
Jet
v1.3.3
|
Front-end to create Plane2 objects step by step. More...
#include <jet/plane2.h>
Public Member Functions | |
| Builder & | withNormal (const Vector2D &normal) |
| Returns builder with plane normal. More... | |
| Builder & | withPoint (const Vector2D &point) |
| Returns builder with point on the plane. More... | |
| Plane2 | build () const |
| Builds Plane2. More... | |
| Plane2Ptr | makeShared () const |
| Builds shared pointer of Plane2 instance. More... | |
Public Member Functions inherited from jet::SurfaceBuilderBase2< Plane2::Builder > | |
| Plane2::Builder & | withIsNormalFlipped (bool isNormalFlipped) |
| Returns builder with flipped normal flag. More... | |
| Plane2::Builder & | withTranslation (const Vector2D &translation) |
| Returns builder with translation. More... | |
| Plane2::Builder & | withOrientation (double orientation) |
| Returns builder with orientation. More... | |
| Plane2::Builder & | withTransform (const Transform2 &transform) |
| Returns builder with transform. More... | |
Additional Inherited Members | |
Protected Attributes inherited from jet::SurfaceBuilderBase2< Plane2::Builder > | |
| bool | _isNormalFlipped |
| Transform2 | _transform |
Front-end to create Plane2 objects step by step.
Returns builder with plane normal.
Returns builder with point on the plane.
1.8.18