Skip to content

Instantly share code, notes, and snippets.

Verifying that +amine is my Bitcoin username. You can send me #bitcoin here: https://onename.io/amine
@amaboura
amaboura / Geometry.cs
Last active December 28, 2015 13:59
a c# helper class that contains the basic geometry operations.
using System;
using System.Text;
using System.Windows;
namespace Geometry.NET
{
public static class Basic
{
// a basic struct that represnt a line's equation
public struct Equation