Frustum.html 757 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<script src="../../list.js"></script>
		<script src="../../page.js"></script>
		<link type="text/css" rel="stylesheet" href="../../page.css" />
	</head>
	<body>
		<h1>[name]</h1>
M
Mr.doob 已提交
11

12
		<div class="desc"></div>
M
Mr.doob 已提交
13 14


15
		<h2>Constructor</h2>
M
Mr.doob 已提交
16

17
		<h3>[name]()</h3>
M
Mr.doob 已提交
18 19


20
		<h2>Properties</h2>
M
Mr.doob 已提交
21

22 23 24 25
		<h3>.[page:Array planes]</h3>
		<div>
		Array of 6 [page:Vector4 vectors].
		</div>
M
Mr.doob 已提交
26 27


28
		<h2>Methods</h2>
M
Mr.doob 已提交
29

30
		<h3>.setFromMatrix( [page:Matrix4 matrix] )</h3>
M
Mr.doob 已提交
31

32 33 34 35
		<h3>.contains( [page:Object3D object] ) [page:Boolean]</h3>
		<div>
		Checks whether the object is inside the Frustum.
		</div>
M
Mr.doob 已提交
36

37
		<h2>Source</h2>
M
Mr.doob 已提交
38

39 40 41
		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
	</body>
</html>