Skip to content

Commit 8462178

Browse files
committed
fix bad variable description
1 parent c1f7f19 commit 8462178

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)