Files
noggit-red/scripts/docs/api/classes/vector_3d.md
2021-09-02 02:07:56 +03:00

518 B

Class: vector_3d

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

Table of contents

Constructors

Properties

  • (vector_3d.md#x)
  • y
  • z

Constructors

constructor

+ new vector_3d(): vector_3d

Returns: vector_3d

Properties

x

x: number


y

y: number


z

z: number