diff options
Diffstat (limited to 'core/fxcrt/fx_coordinates.h')
-rw-r--r-- | core/fxcrt/fx_coordinates.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fxcrt/fx_coordinates.h b/core/fxcrt/fx_coordinates.h index 69d16d1c55..3d09652b13 100644 --- a/core/fxcrt/fx_coordinates.h +++ b/core/fxcrt/fx_coordinates.h @@ -637,6 +637,8 @@ class CFX_Matrix { void Scale(float sx, float sy, bool bPrepended = false); void Rotate(float fRadian, bool bPrepended = false); + + // Rotates counterclockwise around the (x, y) point. void RotateAt(float fRadian, float x, float y, bool bPrepended = false); void Shear(float fAlphaRadian, float fBetaRadian, bool bPrepended = false); |