Skip to main content
Version: Next

Function: isPointVisibleByPlanes()

isPointVisibleByPlanes(planes, point): boolean

Determines if a point is visible by a set of planes.

Parameters

planes: Plane[]

An array of Plane objects to check visibility against.

point: Vector3

The Vector3 point to be checked.

Returns

boolean

A boolean indicating whether the point is visible by all planes.

Defined in

packages/utilities/src/three/isPointVisibleByPlanes.ts:14