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: stl.js, line 1030 See: Vector3