BoundingBox.end

Set the end corner of a BoundingBox.

  1. Point end [@property getter]
  2. PointArg end [@property setter]
    struct BoundingBox(T, uint Dim, BoundingBoxOptions options = BoundingBoxOptions.none)
    @property
    static if(storeSize)
    void
    end
    (
    const PointArg value
    )
    if (
    Dim > 0
    )
  3. Point end;

Meta