home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / tutorials / geometer / Theorems / theorems / altitudes3.T next >
Encoding:
Text File  |  1994-08-02  |  575 b   |  17 lines

  1. .geometry "version 0.1";
  2. v1 = .free(-0.554036, -0.452804, "1");
  3. v2 = .free(-0.088919, 0.512996, "2");
  4. v3 = .free(0.849521, -0.337893, "3");
  5. l1 = .l.vv(v1, v2);
  6. l2 = .l.vv(v2, v3);
  7. l3 = .l.vv(v3, v1);
  8. l4 = .l.vlperp(v1, l2, .yellow, .longline);
  9. l5 = .l.vlperp(v3, l1, .yellow, .longline);
  10. l6 = .l.vlperp(v2, l3, .yellow, .longline);
  11. v4 = .v.ll(l4, l6, .red);
  12. .text("The three altitudes of a triangle meet");
  13. .text("at a point, called the orthocenter of the");
  14. .text("triangle.  The three yellow lines are");
  15. .text("altitudes, and points 1, 2, and 3 can be");
  16. .text("moved.");
  17.