Merge pull request #44 from jmwright/master

Fixed a minor documentation error with Plane.toWorldCoords.
This commit is contained in:
Dave Cowden 2014-10-23 12:24:24 -04:00
commit 007ba77cff

View File

@ -419,7 +419,7 @@ class Plane:
:param tuplePoint: point in local coordinates to convert
:type tuplePoint: a 2 or three tuple of float. the third value is taken to be zero if not supplied
:return: a 3-tuple in global coordinates
:return: a Vector in global coordinates
"""