InterviewSolution
Saved Bookmarks
| 1. |
Let A(x_1,y_1),B(x_2,y_2), and C(x_3,y_3) be three points. Area of the triangle with vertices A, B and C is is given by1/2|Delta Where Delta=|{:(x_1,y_1,1),(x_2,y_2,1),(x_3,y_3,1):}| . |
|
Answer» |
|