Shape.vertexs

The top of the triangle.

  1. Vector!T[] vertexs [@property getter]
    struct Shape(T : float)
    @safe nothrow pure @property inout
    Vector!T[]
    vertexs
    ()
    if (
    isNumeric!T &&
    isMutable!T
    &&
    isSigned!T
    )
  2. Vector!T vertex [@property setter]

Meta