Skip to content

Commit 3cfd6e8

Browse files
aardgoosemrdoob
authored andcommitted
add method docs
intersectsBox method not documented.
1 parent 250f4dc commit 3cfd6e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/api/math/Frustum.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ <h3>[method:Boolean containsPoint]([page:Vector3 point])</h3>
8181
Checks to see if the frustum contains the point.
8282
</div>
8383

84+
<h3>[method:Boolean intersectsBox]([page:Box3 box])</h3>
85+
<div>
86+
box -- [page:Box3]
87+
</div>
88+
<div>
89+
Check to see if the box intersects with the frustum.
90+
</div>
91+
8492
<h3>[method:Boolean intersectsSphere]([page:Sphere sphere])</h3>
8593
<div>
8694
sphere -- [page:Sphere]

0 commit comments

Comments
 (0)