Class AbstractNullObject<Virtual>Abstract

Represents a null object.
A null object can be the result of a calculation that has no result.

Type Parameters

  • Virtual extends boolean = boolean

Hierarchy

Implements

Constructors

Properties

cache: Interfaces.IterableCache<{}, true>

Type declaration

    objectType: "null" = "null"

    Describes the type of this object.
    This type is used when generic objects are used for calculations, and the type of the object is not known.
    Example of this can be an intersection calculation.

    Returns the plane this object is on.

    Accessors

    Methods

    Generated using TypeDoc