Class: Vector3

THREE.Vector3()

new Vector3()

Class representing a 3D vector.

A 3D vector is an ordered triplet of numbers (labeled x, y, and z), which can be used to represent a number of things: a point, a direction, an ordered triplet of numbers.
Source:
See: