Skip to main content

Matrix4x4.TransformPlane(Plane plane)

Returns a plane that is transformed in space.

Parameters:

NameTypeDescription
planePlaneplane

Returns:

typeDescription
Planeplane that is transformed in space.

Usage

---@type Matrix4x4
local matrix4x4;

---@type Plane
local plane;


local val0 = matrix4x4.TransformPlane(plane)