7#ifndef MYGUI_COORD_CONVERTER_H_
8#define MYGUI_COORD_CONVERTER_H_
static IntCoord convertFromRelative(const DoubleCoord &_coord, const IntSize &_view)
static IntPoint convertFromRelative(const FloatPoint &_point, const IntSize &_view)
static FloatSize convertToRelative(const IntSize &_size, const IntSize &_view)
static IntSize convertFromRelative(const FloatSize &_size, const IntSize &_view)
static DoubleCoord convertToRelativeD(const IntCoord &_coord, const IntSize &_view)
static FloatRect convertTextureCoord(const IntCoord &_coord, const IntSize &_textureSize)
static FloatCoord convertToRelative(const IntCoord &_coord, const IntSize &_view)
static IntCoord convertFromRelative(const FloatCoord &_coord, const IntSize &_view)
static FloatPoint convertToRelative(const IntPoint &_point, const IntSize &_view)