Table of Contents

Method Intersection

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Intersection(ExplicitShape3)

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

public ExplicitShape.ExplicitShape3 Intersection(ExplicitShape.ExplicitShape3 shape3)

Parameters

shape3 ExplicitShape.ExplicitShape3

The shape to intersect with.

Returns

ExplicitShape.ExplicitShape3

The intersection of the two shapes as a new ExplicitShape3.