1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Bit of tidying-up in the Point class, and some spelling fixes in comments.

This commit is contained in:
jules 2013-07-22 13:18:29 +01:00
parent b075af5e6c
commit 3d74717349
32 changed files with 219 additions and 199 deletions

View file

@ -131,7 +131,7 @@ public:
//==============================================================================
/** Adjusts the position and size of a rectangle to fit it into a space.
The source rectangle co-ordinates will be adjusted so that they fit into
The source rectangle coordinates will be adjusted so that they fit into
the destination rectangle based on this object's flags.
*/
void applyTo (double& sourceX,
@ -157,7 +157,7 @@ public:
static_cast <ValueType> (w), static_cast <ValueType> (h));
}
/** Returns the transform that should be applied to these source co-ordinates to fit them
/** Returns the transform that should be applied to these source coordinates to fit them
into the destination rectangle using the current flags.
*/
AffineTransform getTransformToFit (const Rectangle<float>& source,