Skip to content

Commit 59e0879

Browse files
authored
Merge pull request #426 from hx2A/fixvardescription
fix bad variable description
2 parents c1f7f19 + 8462178 commit 59e0879

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

py5_docs/Reference/api_en/Sketch_ortho.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ortho(left: float, right: float, bottom: float, top: float, near: float, far: fl
1313

1414
@@ variables
1515
bottom: float - bottom plane of the clipping volume
16-
far: float - maximum distance from the origin away from the viewer
16+
far: float - distance from the viewer to the farthest clipping plane
1717
left: float - left plane of the clipping volume
18-
near: float - maximum distance from the origin to the viewer
18+
near: float - distance from the viewer to the nearest clipping plane
1919
right: float - right plane of the clipping volume
2020
top: float - top plane of the clipping volume
2121

0 commit comments

Comments
 (0)