Represents a plane.

Hierarchy

Implements

Constructors

Properties

cache: Interfaces.IterableCache<{}, true>

Type declaration

    objectType: "plane" = "plane"

    This object is of type plane.

    objects: Set<Interfaces.GeometryObject<ObjectType, boolean>> = ...
    virtual: false = false

    Whether this object is virtual.

    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