Fixed a minor documentation error with Plane.toWorldCoords.
This commit is contained in:
parent
8041accf9f
commit
9fb0fad345
|
@ -419,7 +419,7 @@ class Plane:
|
||||||
|
|
||||||
:param tuplePoint: point in local coordinates to convert
|
: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
|
: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
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user