CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
Public 成员函数 | |
PathTransformAffine () | |
PathTransformAffine (Transform2d &mtx) | |
Transform2d & | GetTransform2d () |
virtual | ~PathTransformAffine () |
void | Transform (double *x, double *y) override |
void | Transform2x2 (double *x, double *y) override |
![]() | |
PathTransform () | |
virtual | ~PathTransform () |
virtual void | Transform (double *x, double *y) |
virtual void | TransformFloat (float *x, float *y) |
virtual void | Transform2x2 (double *x, double *y) |
virtual BOOL | IsInPath (double x, double y) |
virtual double | GetCoordinateWeight (double value) |
virtual BOOL | IsCartesianSystem () |
Public 属性 | |
Transform2d | m_affine |
BUI::PathTransformAffine::PathTransformAffine | ( | ) |
BUI::PathTransformAffine::PathTransformAffine | ( | Transform2d & | mtx | ) |
|
virtual |
Transform2d & BUI::PathTransformAffine::GetTransform2d | ( | ) |
|
overridevirtual |
重载 BUI::PathTransform .
|
overridevirtual |
重载 BUI::PathTransform .
Transform2d BUI::PathTransformAffine::m_affine |