Skip to content

Commit 42beb76

Browse files
authored
Add intersectPlane() documentation (#26522)
1 parent c848306 commit 42beb76

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/examples/en/math/OBB.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,14 @@ <h3>[method:Boolean intersectsOBB]( [param:OBB obb], [param:Number epsilon] )</h
148148
Whether the given [name] intersects this [name] or not.
149149
</p>
150150

151+
<h3>[method:Boolean intersectsPlane]( [param:Plane plane] )</h3>
152+
<p>
153+
[page:Plane plane] — The plane to test.
154+
</p>
155+
<p>
156+
Whether the given plane intersects this [name] or not.
157+
</p>
158+
151159
<h3>[method:Boolean intersectsRay]( [param:Ray ray] )</h3>
152160
<p>
153161
[page:Ray ray] — The ray to test.

0 commit comments

Comments
 (0)