Method HalfPlane
HalfPlane(GridPoint2, GridPoint2)
Creates a 2D HalfPlane Shape given two points.
public static IImplicitShape<GridPoint2> HalfPlane(GridPoint2 point1, GridPoint2 point2)Parameters
- point1GridPoint2
- Base point 1 of the Plane. 
- point2GridPoint2
- Base point 2 of the Plane.