Class

Vector

Vector#Vector(x, y, z)

Constructor

# new Vector(x, y, z)

constructor
Parameters:
Name Type Description
x number x value of the vector
y number y value of the vector
z number z value of the vector

View Source core/Vector.ts, line 80