Question
Write a JAVA program that, for four points A, B, C and P, which a) Draws a triangle formed by ABC and a small cross
Write a JAVA program that, for four points A, B, C and P, which a) Draws a triangle formed by ABC and a small cross showing the position of P b) Displays a line of text indicating which of the following three cases applies: P lies Inside ABC Outside ABC On an edge of ABC. The user will specify the four points by clicking.
The same as part above, but, instead of displaying a line of text, the program computes the distances 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 points can be specified by clicking.
The program should be able to run on jGrasp
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