![]() |
Provides a wrapper for a deformation applied by a node.
Deformations applied by a node are provided via the transformation of the outport of that node. This deformation is propagated downwards to all attached nodes. This wrapper allows one to transform a point based on the transformation applied by the deformation module.
With a Curve Deformation, Apply the equivalent transform to a peg at its pivot's position
Public Member Functions | |
OMC::Point3d * | transform (const OMC::Point3d *point_to_deform, bool drawing_units=false) |
Deforms the point provided with the deformation. More... | |
OMC::Point3d* OMC::Deformation::transform | ( | const OMC::Point3d * | point_to_deform, |
bool | drawing_units = false |
||
) |
Deforms the point provided with the deformation.
Deforms the provided point with the deformation system, returning the resulting point. The point provided should be in OGL units when drawing_units is false. If drawing_units is set to true, the deformation is applied in the drawing units and the conversion is ignored.