Options
All
  • Public
  • Public/Protected
  • All
Menu

A set of Plane3.

Hierarchy

  • Planes3

Index

Constructors

Properties

planes: Plane3[]

Accessors

Methods

  • containPoint(point: Vector3): boolean
  • intersectBox3(box: Box3): boolean
  • intersectSphere3(sphere: Sphere3): boolean
  • Test if given sphere intersects with the planes or not.

    It does not do strict intersection test but still should work well with frustum cull use cases. See the test case for more details.

    Parameters

    Returns boolean

Generated using TypeDoc