File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ module: Shape
4
4
submodule : 3D Primitives
5
5
file : src/webgl/p5.Geometry.js
6
6
description : >
7
- <p>Calculates the position and size of the smallest box that contains the
7
+ <p>Calculates the position and size of the smallest axes-aligned box that contains the
8
8
geometry.</p>
9
9
10
- <p>A bounding box is the smallest rectangular prism that contains the entire
10
+ <p>A bounding box is the smallest rectangular prism aligned with the axes that contains the entire
11
11
12
12
geometry. It's defined by the box's minimum and maximum coordinates along
13
13
Original file line number Diff line number Diff line change @@ -275,10 +275,10 @@ example:
275
275
methods :
276
276
calculateBoundingBox :
277
277
description : >
278
- <p>Calculates the position and size of the smallest box that contains the
278
+ <p>Calculates the position and size of the smallest axes-aligned box that contains the
279
279
geometry.</p>
280
280
281
- <p>A bounding box is the smallest rectangular prism that contains the
281
+ <p>A bounding box is the smallest rectangular prism aligned with the axes that contains the
282
282
entire
283
283
284
284
geometry. It's defined by the box's minimum and maximum coordinates along
You can’t perform that action at this time.
0 commit comments