Lavender Docs

/ home / docs

Vector3


3D vector using floating point numbers

Properties

TypeVariable
floatx
floaty
floatz

Constructors

Return TypeConstructorValue
Vector3Vector3.new()(0.0, 0.0, 0.0)
Vector3Vector3.new(x, y, z)(x, y, z)

Methods

Return TypeMethod
floatlength()
Vector3normalize()