Class PointFromTwoValues

Represents a point that is defined by two values - x and y.

Hierarchy

Constructors

Properties

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

Type declaration

  • dist: number
  • nonExistantState: boolean
  • x: number
  • y: number
objectType: "point" = "point"

This object is of type point.

Returns the plane this object is on.

virtual: false = false

Whether this object is virtual.

Accessors

Methods

Generated using TypeDoc