Class MagneticLine

Constructors

Properties

Methods

Constructors

Properties

end: Point
start: Point

Methods

  • Parameters

    • input: {
          end?: Point;
          start?: Point;
      }
      • Optional Readonly end?: Point

        End point of the segment

      • Optional Readonly start?: Point

        Start point of the segment

    Returns MagneticLine

Generated using TypeDoc