μMath
    Preparing search index...

    Class MagnitudeError

    An error resulting from using a vector that is too small or too large.

    Hierarchy

    • Error
      • MagnitudeError
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Create an error resulting from using a vector that is too small or too large.

      Parameters

      • message: string = "The vector is too small or too large."

        The message of the error.

      Returns MagnitudeError

    Properties

    cause?: unknown
    message: string
    name: string
    stack?: string

    Methods

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error