Table of Contents

Method Intersection

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Intersection(ExplicitShape1)

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

public ExplicitShape.ExplicitShape1 Intersection(ExplicitShape.ExplicitShape1 shape)

Parameters

shape ExplicitShape.ExplicitShape1

The shape to intersect with.

Returns

ExplicitShape.ExplicitShape1

The intersection of the two shapes.