-
Notifications
You must be signed in to change notification settings - Fork 17
rect
CapsAdmin edited this page Dec 9, 2017
·
20 revisions
- rect:Abs(a)
- rect:Ceil(a)
- rect:Center()
- rect:Clamp(a, b, c)
- rect:CopyTo(a, b)
- rect:Copy(a)
- rect:CreateObject(meta, override, skip_gc_callback)
- rect:Expand(amt)
- rect:Floor(a)
- rect:GetAbs(...)
- rect:GetBottom()
- rect:GetCeiled(...)
- rect:GetClamped(...)
- rect:GetFloored(...)
- rect:GetHeight()
- rect:GetLeft()
- rect:GetMax(...)
- rect:GetMin(...)
- rect:GetPosSize()
- rect:GetPosition()
- rect:GetRandom(...)
- rect:GetRight()
- rect:GetRounded(...)
- rect:GetSize()
- rect:GetTop()
- rect:GetUV4(siz)
- rect:GetUV8(R, S)
- rect:GetWidth()
- rect:GetXW()
- rect:GetYH()
- rect:IsEqual(x, y, w, h)
- rect:IsPosInside(v)
- rect:IsRectInside(a, b)
- rect:IsValid(a)
- rect:IsZero(a)
- rect:Max(a)
- rect:Min(a)
- rect:Random(a)
- rect:Round(a)
- rect:SetHeight(h)
- rect:SetPosition(x, y)
- rect:SetSize(w, h)
- rect:SetWidth(w)
- rect:SetX(x)
- rect:SetY(y)
- rect:Set(a, x, y, w, h)
- rect:Shrink(amt)
- rect:Unpack(a)
- rect:Zero(a)
- rect:__add(a, b)
- rect:__copy(a)
- rect:__div(a, b)
- rect:__eq(a, b)
- rect:__mod(a, b)
- rect:__mul(a, b)
- rect:__pow(a, b)
- rect:__sub(a, b)
- rect:__tostring(a)
- rect:__unm(a)