소스 검색

add method docs

intersectsBox method not documented.
aardgoose 9 년 전
부모
커밋
3cfd6e80f0
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      docs/api/math/Frustum.html

+ 8 - 0
docs/api/math/Frustum.html

@@ -81,6 +81,14 @@
 		Checks to see if the frustum contains the point.
 		</div>
 
+		<h3>[method:Boolean intersectsBox]([page:Box3 box])</h3>
+		<div>
+		box -- [page:Box3]
+		</div>
+		<div>
+		Check to see if the box intersects with the frustum.
+		</div>
+
 		<h3>[method:Boolean intersectsSphere]([page:Sphere sphere])</h3>
 		<div>
 		sphere -- [page:Sphere]