Lavender Docs

/ home / docs

Vector4


4D vector using floating point numbers

Properties

TypeVariable
floatx
floaty
floatz
floatw

Constructors

Return TypeConstructorValue
Vector4Vector4.new()(0.0, 0.0, 0.0, 0.0)
Vector4Vector4.new(x, y, z, w)(x, y, z, w)

Methods

Return TypeMethod
floatlength()
Vector4normalize()