Shape.end

The end of the figure.

  1. Vector!T end [@property getter]
  2. Vector!T end [@property setter]
    struct Shape(T : float)
    @safe nothrow pure @property @safe nothrow pure
    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