BoundingBox.size

Get the size of a BoundingBox, may be negative.

  1. Size size;
  2. Size size [@property getter]
    struct BoundingBox(T, uint Dim, BoundingBoxOptions options = BoundingBoxOptions.none)
    @property const
    static if(!(storeSize))
    size
    ()
    if (
    Dim > 0
    )
  3. SizeArg size [@property setter]

Meta