Browse Source

Add intersectPlane() documentation (#26522)

Balraj Johal 2 years ago
parent
commit
42beb763c4
1 changed files with 8 additions and 0 deletions
  1. 8 0
      docs/examples/en/math/OBB.html

+ 8 - 0
docs/examples/en/math/OBB.html

@@ -148,6 +148,14 @@
 			Whether the given [name] intersects this [name] or not.
 			Whether the given [name] intersects this [name] or not.
 		</p>
 		</p>
 
 
+		<h3>[method:Boolean intersectsPlane]( [param:Plane plane] )</h3>
+		<p>
+			[page:Plane plane] — The plane to test.
+		</p>
+		<p>
+			Whether the given plane intersects this [name] or not.
+		</p>
+
 		<h3>[method:Boolean intersectsRay]( [param:Ray ray] )</h3>
 		<h3>[method:Boolean intersectsRay]( [param:Ray ray] )</h3>
 		<p>
 		<p>
 			[page:Ray ray] — The ray to test.
 			[page:Ray ray] — The ray to test.