Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Vector3

A Vector3 is any object that has x, y and z properties. These can be Point instances, plain object literals or 3D vector classes from other third-party math libraries.

Hierarchy

  • Vector3

Overview

Properties

Properties

x

x: number

The x coordinate of the 3D vector

y

y: number

The y coordinate of the 3D vector

z

z: number

The z coordinate of the 3D vector

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method