| Jet
    v1.3.3
    | 
Base class for 2-D surface builder. More...
#include <jet/surface2.h>
| Public Member Functions | |
| DerivedBuilder & | withIsNormalFlipped (bool isNormalFlipped) | 
| Returns builder with flipped normal flag.  More... | |
| DerivedBuilder & | withTranslation (const Vector2D &translation) | 
| Returns builder with translation.  More... | |
| DerivedBuilder & | withOrientation (double orientation) | 
| Returns builder with orientation.  More... | |
| DerivedBuilder & | withTransform (const Transform2 &transform) | 
| Returns builder with transform.  More... | |
| Protected Attributes | |
| bool | _isNormalFlipped = false | 
| Transform2 | _transform | 
Base class for 2-D surface builder.
| T & jet::SurfaceBuilderBase2< T >::withIsNormalFlipped | ( | bool | isNormalFlipped | ) | 
Returns builder with flipped normal flag.
| T & jet::SurfaceBuilderBase2< T >::withOrientation | ( | double | orientation | ) | 
Returns builder with orientation.
| T & jet::SurfaceBuilderBase2< T >::withTransform | ( | const Transform2 & | transform | ) | 
Returns builder with transform.
| T & jet::SurfaceBuilderBase2< T >::withTranslation | ( | const Vector2D & | translation | ) | 
Returns builder with translation.
| 
 | protected | 
| 
 | protected | 
 1.8.18
 1.8.18