-
Notifications
You must be signed in to change notification settings - Fork 17
vec3
CapsAdmin edited this page Dec 9, 2017
·
16 revisions
- vec3:Abs(a)
- vec3:Ceil(a)
- vec3:Clamp(a, b, c)
- vec3:CopyTo(a, b)
- vec3:Copy(a)
- vec3:CreateObject(meta, override, skip_gc_callback)
- vec3:Cross(a, b)
- vec3:Distance(a, b)
- vec3:Floor(a)
- vec3:GetAbs(...)
- vec3:GetAngles()
- vec3:GetCeiled(...)
- vec3:GetClamped(...)
- vec3:GetCross(...)
- vec3:GetDot(a, b)
- vec3:GetFloored(...)
- vec3:GetLengthSquared()
- vec3:GetLength()
- vec3:GetLerped(...)
- vec3:GetMax(...)
- vec3:GetMin(...)
- vec3:GetNormalized(...)
- vec3:GetRandom(...)
- vec3:GetReflected(normal)
- vec3:GetRotated(axis, ang)
- vec3:GetRounded(...)
- vec3:GetVolume()
- vec3:IsEqual(x, y, z)
- vec3:IsValid(a)
- vec3:IsZero(a)
- vec3:Lerp(a, mult, b)
- vec3:Max(a)
- vec3:Min(a)
- vec3:Normalize()
- vec3:Random(a)
- vec3:Round(a)
- vec3:SetLength(num)
- vec3:SetMaxLength(num)
- vec3:Set(a, x, y, z)
- vec3:ToScreen(position, cam_pos, cam_ang, screen_width, screen_height, cam_fov)
- vec3:Unpack(a)
- vec3:Zero(a)
- vec3:__add(a, b)
- vec3:__copy(a)
- vec3:__div(a, b)
- vec3:__eq(a, b)
- vec3:__le(a, b)
- vec3:__len()
- vec3:__lt(a, b)
- vec3:__mod(a, b)
- vec3:__mul(a, b)
- vec3:__pow(a, b)
- vec3:__sub(a, b)
- vec3:__tostring(a)
- vec3:__unm(a)