Table of Contents

Method Union

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Union(ExplicitShape3)

Creates a new explicit shape that is the union of this shape and another shape.

public ExplicitShape.ExplicitShape3 Union(ExplicitShape.ExplicitShape3 shape3)

Parameters

shape3 ExplicitShape.ExplicitShape3

The shape to union with.

Returns

ExplicitShape.ExplicitShape3

The union of the two shapes as a new ExplicitShape3.