C#:实现三点定位算法
namespace ThreePointOrientation
{
class Program
{
struct Point
{
public int x;
public
namespace ThreePointOrientation
{
class Program
{
struct Point
{
public int x;
public