BoundingBox.center

Get the central point of BoundingBox.

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

Meta