TouchVG framework
| 函数
几何计算函数

struct  mgbase
 基本计算功能函数 更多...
 
struct  mgcurv
 曲线计算函数 更多...
 
struct  mglnrel
 图形位置关系函数 更多...
 
struct  mgnear
 求曲线上最近点的函数 更多...
 

函数

template<class _T >
bool mgIsZero (_T v)
 判断一个浮点数是否可以认为是零 更多...
 
template<class _T >
bool mgEquals (_T v1, _T v2)
 判断两个浮点数是否相等 更多...
 
template<class _T >
const _T & mgMin (const _T &t1, const _T &t2)
 
template<class _T >
const _T & mgMax (const _T &t1, const _T &t2)
 
template<class _T >
void mgSwap (_T &t1, _T &t2)
 
template<class _T >
bool mgCopy (_T &t1, _T t2)
 
template<class _T >
_T mgHypot (_T x, _T y)
 求直角三角形的斜边长度 更多...
 
template<class _T >
_T mgSquare (_T x, _T y)
 
template<class _T >
int mgRound (_T d)
 对一个浮点数四舍五入到整数 更多...
 

详细描述


通用矢量图形框架, 版权所有 (C) 张云贵 2004-2017,BSD 开源许可证