Skip to content

Api > Matrix4x4 > TransformPlane()


Matrix4x4.TransformPlane(Plane plane)⚓︎

Returns a plane that is transformed in space.

Parameters:⚓︎

Name Type Description
plane Plane plane

Returns:⚓︎

type Description
Plane plane that is transformed in space.

Usage⚓︎

---@type Matrix4x4
local matrix4x4;

---@type Plane
local plane;


local val0 = matrix4x4.TransformPlane(plane)