View onename
Verifying that +amine is my Bitcoin username. You can send me #bitcoin here: https://onename.io/amine |
View Geometry.cs
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 |