perform a counter clockwise 45°rotation of triangle A(2,3) B(5,5) C(4,3) about a point 1
Answers
Answered by
25
Answer:
Program to rotate a Triangle:
#include<stdio. h>
#include<graphics. h>
#include<math. h>
main()
{
intgd=0,gm,x1,y1,x2,y2,x3,y3;
double s,c, angle;
initgraph(&gd, &gm, "C:\\TURBOC3\\BGI");
Similar questions
Math,
3 months ago
Math,
7 months ago
Math,
7 months ago
Accountancy,
11 months ago
Math,
11 months ago