collectiveidea / unicode_math

Fun Ruby extensions for doing math with Unicode
MIT License
47 stars 8 forks source link

Geometry #16

Open Aditya-Chowdhry opened 8 years ago

Aditya-Chowdhry commented 8 years ago

Now, distance between two points can be calculated using point1.↔ point2 Congruency in triangles using SSS congruency : triangle_points1.≅ triangle_points2 More can be added like calculating angles between two lines.