TRIANGLE_GRAPHING

Select integer values for three unique coordinate pairs which will be used to construct a triangle on a Cartesian grid.

STEP_0: Select a horizontal position (i.e. x-axis value) for point A from the list below.

#a_x_menu_container

STEP_1: Select a vertical position (i.e. y-axis value) for point A from the list below.

#a_y_menu_container

STEP_2: Select a horizontal position (i.e. x-axis value) for point B from the list below.

#b_x_menu_container

STEP_3: Select a vertical position (i.e. y-axis value) for point B from the list below.

#b_y_menu_container

STEP_4: Select a horizontal position (i.e. x-axis value) for point C from the list below.

#c_x_menu_container

STEP_5: Select a vertical position (i.e. y-axis value) for point C from the list below.

#c_y_menu_container

STEP_6: Click the GENERATE button to validate the point values and to construct their respective triangle.

#generate_button_container

#canvas_container

#output

#events_log

This single web page application is a newer version of the application which is featured on the following web page:

https://karlinaobject.wordpress.com/triangle_graphing/