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.