Skip to main content
Version: Next

Function: isPointVisibleByPlanes()

isPointVisibleByPlanes(planes, point): boolean

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

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.