Shape.end

The end of the figure.

  1. Vector!T end [@property getter]
  2. void end(Vector!T vec)
    struct Shape(T : float)
    @safe nothrow pure @safe @property nothrow pure
    void
    end
    in (type != ShapeType.point && type != ShapeType.circle && type != ShapeType.polygon, "This shape does not support end coordinates!")
    if (
    isNumeric!T &&
    isMutable!T
    &&
    isSigned!T
    )

Meta