Skip to content

Api > Matrix4x4 > ValidTRS()


Matrix4x4.ValidTRS()⚓︎

Checks if this matrix is a valid transform matrix.

Returns:⚓︎

type Description
boolean True if this matrix is a valid transform matrix.

Usage⚓︎

---@type Matrix4x4
local matrix4x4;


local val0 = matrix4x4.ValidTRS()