How To Find The Angle Of A Triangle Given 3 Sides Code Example


Example: how to find a point on a triangle with only sides

known sides AB, BC, AC known points A(x, y), B(x, y) unknown points C(x, y)  AC² - BC² = ((Ax - Cx)² + (Ay - Cy)²) - ((Bx - Cx)² + (By - Cy)²)   Goal:   C.x = ? C.y = ?

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable