Class

Vector

Vector(x, y, z)

Generic Vector Object
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 24

Classes

Vector

Members

# x

x value of the vector

View Source core/Vector.ts, line 28

number

# x

x value of the vector

View Source core/Vector.ts, line 58

# y

y value of the vector

View Source core/Vector.ts, line 32

number

# y

y value of the vector

View Source core/Vector.ts, line 64

# z

z value of the vector

View Source core/Vector.ts, line 36

number

# z

z value of the vector

View Source core/Vector.ts, line 70