Class AbstractVectorAbstract

Defines all the common functionality of a vector.

Hierarchy

Implements

Constructors

Properties

cache: Interfaces.IterableCache<{
    nonExistantState: boolean;
    x: number;
    y: number;
}, true>

Type declaration

  • nonExistantState: boolean
  • x: number
  • y: number
lenght: 2 = 2
objectType: "vector" = "vector"

This object is of type vector.

Returns the plane this object is on.

virtual: true = true

Whether this object is virtual.

Accessors

Methods

Generated using TypeDoc