-
Notifications
You must be signed in to change notification settings - Fork 17
vec4
CapsAdmin edited this page Dec 9, 2017
·
1 revision
- vec4:Abs(a)
- vec4:Ceil(a)
- vec4:Clamp(a, b, c)
- vec4:CopyTo(a, b)
- vec4:Copy(a)
- vec4:CreateObject(meta, override, skip_gc_callback)
- vec4:Distance(a, b)
- vec4:Floor(a)
- vec4:GetAbs(...)
- vec4:GetCeiled(...)
- vec4:GetClamped(...)
- vec4:GetFloored(...)
- vec4:GetLengthSquared()
- vec4:GetLength()
- vec4:GetLerped(...)
- vec4:GetMax(...)
- vec4:GetMin(...)
- vec4:GetNormalized(...)
- vec4:GetRandom(...)
- vec4:GetRounded(...)
- vec4:IsEqual(x, y, z, w)
- vec4:IsValid(a)
- vec4:IsZero(a)
- vec4:Lerp(a, mult, b)
- vec4:Max(a)
- vec4:Min(a)
- vec4:Normalize()
- vec4:Random(a)
- vec4:Round(a)
- vec4:SetLength(num)
- vec4:SetMaxLength(num)
- vec4:Set(a, x, y, z, w)
- vec4:Unpack(a)
- vec4:Zero(a)
- vec4:__add(a, b)
- vec4:__copy(a)
- vec4:__div(a, b)
- vec4:__eq(a, b)
- vec4:__le(a, b)
- vec4:__len()
- vec4:__lt(a, b)
- vec4:__mod(a, b)
- vec4:__mul(a, b)
- vec4:__pow(a, b)
- vec4:__sub(a, b)
- vec4:__tostring(a)
- vec4:__unm(a)