Table of Contents

Method HalfPlane

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

HalfPlane(GridPoint2, GridPoint2)

Creates a 2D HalfPlane Shape given two points.

public static IImplicitShape<GridPoint2> HalfPlane(GridPoint2 point1, GridPoint2 point2)

Parameters

point1 GridPoint2

Base point 1 of the Plane.

point2 GridPoint2

Base point 2 of the Plane.

Returns

IImplicitShape<GridPoint2>