Shape.vertexs

The top of the triangle.

struct Shape(T : float)
@safe nothrow pure @property inout
Vector!T[]
vertexs
()
if (
isNumeric!T &&
isMutable!T
&&
isSigned!T
)

Meta