|
class | BUI::Transform2d |
| 二维变换矩阵(简洁形式),在后续UI建模中会经常用到计算位置 [sx , shx, tx] [x] 更多...
|
|
class | BUI::Transform2dRotation |
|
class | BUI::Transform2dScaling |
| Scaling matrix. x, y - scale coefficients by X and Y respectively 更多...
|
|
class | BUI::Transform2dTranslation |
| Translation matrix 更多...
|
|
class | BUI::Transform2dSkewing |
| Sckewing (shear) matrix 更多...
|
|
class | BUI::Transform2dLineSegment |
| Rotate, Scale and Translate, associating 0...dist with line segment x1,y1,x2,y2 更多...
|
|
class | BUI::Transform2dReflectionUnit |
| Reflection matrix. Reflect coordinates across the line through the origin containing the unit vector (ux, uy). Contributed by John Horigan 更多...
|
|
class | BUI::Transform2dReflection |
| Reflection matrix. Reflect coordinates across the line through the origin at the angle a or containing the non-unit vector (x, y). Contributed by John Horigan 更多...
|
|
class | BUI::Transform2dTransposer |
| Transform2dTransposer = Transform2d(0, 1.0, 1.0, 0, 0, 0) 更多...
|
|