Manuals/calci/POINTAT
POINTAT (degrees,radius,cx,cy)
- is any degree value.
- is the radius value of the circle.
Description
- This function used to find the points on the circle using radius of the circle and degree value.
- In , is any degree value.
- is the radius of the circle.
- Consider a circle centered at the origin with radius r, and marking the point on the circle indicated by some angle θ.
- For the point (x, y) on a circle of radius r at an angle of ,the the function = and = .
- Using this function we can find the coordinates of the point on the circle is and .
- On a unit circle, a circle with radius 1, and .
Examples
1. POINTAT(345,5)
4.8296291314453415 | -1.2940952255126035 |
2. POINTAT(280,13,2,3)
4.257426309670089 | -9.802500789158707 |
Related Videos