Table of Contents

Method UnionBoundingBox

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

UnionBoundingBox(AbstractBounds<GridPoint3>, AbstractBounds<GridPoint3>)

Returns the bounding box of the union of the two given GridsBounds objects.

public static AbstractBounds<GridPoint3> UnionBoundingBox(AbstractBounds<GridPoint3> bounds1, AbstractBounds<GridPoint3> bounds2)

Parameters

bounds1 AbstractBounds<GridPoint3>

The rect1.

bounds2 AbstractBounds<GridPoint3>

The rect2.

Returns

AbstractBounds<GridPoint3>

GridBounds.