| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/text/baselinemodifier.h>

Public Member Functions | |
| BaseLineModifier (SO< Curve > curve=NULL) | |
| Constructor. | |
| virtual | ~BaseLineModifier () |
| Destructor. | |
| float | getCurveLength () const |
| Gets the overall curve length. | |
| float | getCurveT (float len) const |
| Gets the curve length for a given length. | |
| Vector | getOffset (float t) const |
| Gets the offset for a position on the curve. | |
| Vector | getSlope (float t) const |
| Gets the slope for a position on the curve. | |
| VRS_TYPEINFO (BaseLineModifier, SharedObj) | |
| VRS_SERIALIZABLE (BaseLineModifier) | |
| virtual VRS::TEXT::BaseLineModifier::~BaseLineModifier | ( | ) | [inline, virtual] |
Destructor.
| float VRS::TEXT::BaseLineModifier::getCurveLength | ( | ) | const |
Gets the overall curve length.
| float VRS::TEXT::BaseLineModifier::getCurveT | ( | float | len | ) | const |
Gets the curve length for a given length.
| Vector VRS::TEXT::BaseLineModifier::getOffset | ( | float | t | ) | const |
Gets the offset for a position on the curve.
| Vector VRS::TEXT::BaseLineModifier::getSlope | ( | float | t | ) | const |
Gets the slope for a position on the curve.
| VRS::TEXT::BaseLineModifier::VRS_TYPEINFO | ( | BaseLineModifier | , | |
| SharedObj | ||||
| ) |
| VRS::TEXT::BaseLineModifier::VRS_SERIALIZABLE | ( | BaseLineModifier | ) |