Go to the source code of this file.
|
float | Normalize (float v, float min_v, float max_v) |
|
float | Clamp (float v, float min_v, float max_v) |
|
float DLLEXPORT_OST_GFX | MappedProperty (const mol::EntityView &ev, const String &prop, const geom::Vec3 &pos) |
|
Color DLLEXPORT_OST_GFX | MappedProperty (const mol::EntityView &ev, const String &prop, const Gradient &g, float minv, float maxv, const geom::Vec3 &pos) |
|
float DLLEXPORT_OST_GFX | MappedProperty (const img::MapHandle &mh, const String &prop, const geom::Vec3 &pos) |
|
Color DLLEXPORT_OST_GFX | MappedProperty (const img::MapHandle &mh, const String &prop, const Gradient &g, float minv, float maxv, const geom::Vec3 &pos) |
|