Skip to content

Commit

Permalink
doc: clarified "Scatter.apply_transform"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-CODE committed Jun 6, 2014
1 parent 1f879e5 commit c3872e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kivy/uix/scatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,9 @@ def to_local(self, x, y, **k):

def apply_transform(self, trans, post_multiply=False, anchor=(0, 0)):
'''
Transforms the scatter by trans (on top of its current transformation
state).
Transforms the scatter by applying the "trans" transformation
matrix (on top of its current transformation state). The resultant
matrix can be found in the :attr:`Matrix.transform` property.
:Parameters:
`trans`: :class:`~kivy.graphics.transformation.Matrix`.
Expand Down

0 comments on commit c3872e0

Please sign in to comment.