mirror of
https://github.com/SFML/SFML.git
synced 2025-01-19 07:45:13 +08:00
fixed a misspelling in IDrawable
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1539 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
68cdbd31cc
commit
ebbbb4fb32
@ -252,7 +252,7 @@ const
|
|||||||
* Returns:
|
* Returns:
|
||||||
* Transformed point
|
* Transformed point
|
||||||
*/
|
*/
|
||||||
Vector2f tranformToLocal(Vector2f point) const;
|
Vector2f transformToLocal(Vector2f point) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Transform a point from local coordinates into global coordinates
|
* Transform a point from local coordinates into global coordinates
|
||||||
@ -264,7 +264,7 @@ const
|
|||||||
* Returns:
|
* Returns:
|
||||||
* Transformed point
|
* Transformed point
|
||||||
*/
|
*/
|
||||||
Vector2f tranformToGlobal(Vector2f point) const;
|
Vector2f transformToGlobal(Vector2f point) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Render the specific geometry of the object
|
* Render the specific geometry of the object
|
||||||
|
Loading…
Reference in New Issue
Block a user