Vector6

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

Vector6.length

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

Vector6.dot

docs.vector6.dot
overload 1:
Vector6:dot(vec2)
typings.2002444083
Method Property Fluent Description Representation
vec2 accepts
Return Value a Number

Vector6.set

docs.vector6.set
overload 1:
Vector6:set(x, y, z, w, t, h)
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
h accepts a Number
Return Value nil

Vector6.copy

docs.vector6.copy
overload 1:
Vector6:copy()
typings.2002444083
Method Property Fluent Description Representation
Return Value

Vector6.normalize

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

Vector6.reset

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

Vector6.normalized

docs.vector6.normalized
overload 1:
Vector6:normalized()
typings.2002444083
Method Property Fluent Description Representation
Return Value

Vector6.clamped

docs.vector6.clamped
overload 1:
Vector6:clamped(minLength, maxLength)
typings.2002444083
Method Property Fluent Description Representation
minLength accepts a Number
maxLength accepts a Number
Return Value

Vector6.lengthSquared

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

Vector6.toRad

docs.vector6.torad
overload 1:
Vector6:toRad()
typings.2002444083
Method Property Fluent Description Representation
Return Value

Vector6.clampLength

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

Vector6.toDeg

docs.vector6.todeg
overload 1:
Vector6:toDeg()
typings.2002444083
Method Property Fluent Description Representation
Return Value

Vector6.x

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

Vector6.y

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

Vector6.z

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

Vector6.w

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

Vector6.t

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

Vector6.h

docs.vector6.h
field signature:
h
Method Property Fluent Description Representation
Field Type a Number
a a