Class UnboundPoint

A class representing an unbound point. This point is not bound to any plane, nor is it a part of the dependency graph.

Hierarchy

  • UnboundPoint

Implements

Constructors

Properties

objectType: "point" = "point"

This object is of type point.

virtual: false = false

Whether this object is virtual.

x: number

X coordinate of the point.

y: number

Y coordinate of the point.

Accessors

Methods

  • Whether this object is equal to another object.
    If the objects are of a different type, this method should return false.
    If the objects are of the same type, this method should return true if the objects are equal, and false if they are not.

    Parameters

    Returns boolean

Generated using TypeDoc