Class: vector_3d Represents a 3-dimensional vector. Most functions do not use the 'y' (height) value at all Table of contents Constructors constructor Properties x y z Constructors constructor + new vector_3d(): vector_3d Returns: vector_3d Properties x • x: number y • y: number z • z: number