Question
Computer Graphics (Java) (Java Applet Please Write a program that for four points A, B, C and P, which: - Draws a triangle formed by
Computer Graphics (Java) (Java Applet Please
Write a program that for four points A, B, C and P, which:
- Draws a triangle formed by ABC and a small cross showing the position of P
- Displays a line of text indicating which of the following three cases applies: inside ABC, outside ABC, or on an edge of ABC.
- Displays the computed distance of P to the (infinite) lines AB, BC and CA, and draws the shortest possible line that connects P with the nearest of those three lines.
The user will specify the four points by clicking.
Please take screenshots of the output. Thank you.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started