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