Shape.RectangleLine

Create a non-solid rectangle.

struct Shape(T : float)
@safe nothrow pure static
RectangleLine
if (
isNumeric!T &&
isMutable!T
&&
isSigned!T
)

Parameters

begin Vector!T

Rectangle begin.

end Vector!T

Rectangle end.

Return Value

Type: Shape!T

Non-solid rectangle

Meta