![]() |
A converter utility for changing between OGL units and scene units.
Provided by the OMC::Scene::unit_converter.
Scenes within Harmony use field units, but most graphical operations use OpenGL units. Depending on the function and the context, conversion between these units are necessary and are done with the unit_converter. This converter (OMC::SceneUnitConverter) will use the scene's metric information to convert between the units.
Conversion from OGL to Field Units
Public Member Functions | |
double | to_ogl (double value, const QString &axis) |
double | to_field (double value, const QString &axis) |
OMC::Point3d * | to_ogl (const OMC::Point3d *val) |
OMC::Point3d * | to_field (const OMC::Point3d *val) |
double OMC::SceneUnitConverter::to_field | ( | double | value, |
const QString & | axis | ||
) |
Converts a 2D position on an axis from OGL to fields in the worldspace.
OMC::Point3d* OMC::SceneUnitConverter::to_field | ( | const OMC::Point3d * | val | ) |
Converts a 2D point from OGL to fields in the worldpspace.
double OMC::SceneUnitConverter::to_ogl | ( | double | value, |
const QString & | axis | ||
) |
Converts a 2D position on an axis from fields in the worldspace to OGL.
OMC::Point3d* OMC::SceneUnitConverter::to_ogl | ( | const OMC::Point3d * | val | ) |
Converts a 2D point from fields in the worldspace to OGL.