Frustum.html 477 B

123456789101112131415161718192021222324252627282930
  1. <h1>[name]</h1>
  2. <div class="desc"></div>
  3. <h2>Constructor</h2>
  4. <h3>[name]()</h3>
  5. <h2>Properties</h2>
  6. <h3>.[page:Array planes]</h3>
  7. <div>
  8. Array of 6 [page:Vector4 vectors].
  9. </div>
  10. <h2>Methods</h2>
  11. <h3>.setFromMatrix( [page:Matrix4 matrix] )</h3>
  12. <h3>.contains( [page:Object3D object] ) [page:Boolean]</h3>
  13. <div>
  14. Checks whether the object is inside the Frustum.
  15. </div>
  16. <h2>Source</h2>
  17. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]