Shape.Line

Creates a line from two points.

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

Parameters

begin Vector!T

Line begin.

end Vector!T

Line end.

Return Value

Type: Shape!T

Line.

Meta