Shape.TriangleLine

Creates a non-filled triangle.

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

Parameters

vertexs Vector!T[3]

Triangle vertexs.

Return Value

Type: Shape!T

Tringle.

Meta