Vector5

docs.vector5
Meta name Allowed other parameters Meta execution method
__le
  • Vector5
x <= y
__lt
  • Vector5
x < y
__len
#x
__unm
-x
__eq
  • Vector5
x == y
__mod
  • Number
  • Vector5
x % y
__div
  • Number
  • Vector5
x / y
__mul
  • Number
  • Vector5
x * y
__add
  • Vector5
x + y
__sub
  • Vector5
x - y

Vector5.length

docs.vector5.length
overload 1:
Vector5:length()
Method Property Fluent Description Representation
Return Value a Number

Vector5.dot

docs.vector5.dot
overload 1:
Vector5:dot(vec2)
typings.2002444082
Method Property Fluent Description Representation
vec2 accepts
Return Value a Number

Vector5.set

docs.vector5.set
overload 1:
Vector5:set(x, y, z, w, t)
Method Property Fluent Description Representation
x accepts a Number
y accepts a Number
z accepts a Number
w accepts a Number
t accepts a Number
Return Value nil

Vector5.copy

docs.vector5.copy
overload 1:
Vector5:copy()
typings.2002444082
Method Property Fluent Description Representation
Return Value

Vector5.normalize

docs.vector5.normalize
overload 1:
Vector5:normalize()
Method Property Fluent Description Representation
Return Value nil

Vector5.reset

docs.vector5.reset
overload 1:
Vector5:reset()
Method Property Fluent Description Representation
Return Value nil

Vector5.normalized

docs.vector5.normalized
overload 1:
Vector5:normalized()
typings.2002444082
Method Property Fluent Description Representation
Return Value

Vector5.lengthSquared

docs.vector5.lengthsquared
overload 1:
Vector5:lengthSquared()
Method Property Fluent Description Representation
Return Value a Number

Vector5.toRad

docs.vector5.torad
overload 1:
Vector5:toRad()
typings.2002444082
Method Property Fluent Description Representation
Return Value

Vector5.clampLength

docs.vector5.clamplength
overload 1:
Vector5:clampLength(minLength, maxLength)
Method Property Fluent Description Representation
minLength accepts a Number
maxLength accepts a Number
Return Value nil

Vector5.toDeg

docs.vector5.todeg
overload 1:
Vector5:toDeg()
typings.2002444082
Method Property Fluent Description Representation
Return Value

Vector5.clamped

docs.vector5.clamped
overload 1:
Vector5:clamped(minLength, maxLength)
typings.2002444082
Method Property Fluent Description Representation
minLength accepts a Number
maxLength accepts a Number
Return Value

Vector5.x

docs.vector5.x
field signature:
x
Method Property Fluent Description Representation
Field Type a Number

Vector5.y

docs.vector5.y
field signature:
y
Method Property Fluent Description Representation
Field Type a Number

Vector5.z

docs.vector5.z
field signature:
z
Method Property Fluent Description Representation
Field Type a Number

Vector5.w

docs.vector5.w
field signature:
w
Method Property Fluent Description Representation
Field Type a Number

Vector5.t

docs.vector5.t
field signature:
t
Method Property Fluent Description Representation
Field Type a Number
a a