Skip to main content

Plane.GetSide(Vector3 point)

Is a point on the positive side of the plane?

Parameters:

NameTypeDescription
pointVector3point

Returns:

typeDescription
booleanTrue if point on the positive side of the plane

Usage

---@type Plane
local plane;

---@type Vector3
local point;


local val0 = plane.GetSide(point)