BoundingBox.size

Set the size of a BoundingBox, using origin as the pivot.

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

Meta