Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 518 Bytes

vector_3d.md

File metadata and controls

42 lines (23 loc) · 518 Bytes

Class: vector_3d

Represents a 3-dimensional vector. Most functions do not use the 'y' (height) value at all

Table of contents

Constructors

Properties

Constructors

constructor

+ new vector_3d(): vector_3d

Returns: vector_3d

Properties

x

x: number


y

y: number


z

z: number