Shape.Rectangle

Creates a rectangle.

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

Parameters

begin Vector!T

Rectangle begin.

end Vector!T

Rectangle end.

Return Value

Type: Shape!T

Rectangle.

Meta