Difference between revisions of "Manuals/calci/POINTAT"

From ZCubes Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
==Examples==
 
==Examples==
 +
1. POINTAT(345,5)
 +
{| class="wikitable"
 +
|4.8296291314453415 || -1.2940952255126035
 +
|}
 +
 +
2. POINTAT(280,13,2,3)
 +
{| class="wikitable"
 +
|4.257426309670089 || -9.802500789158707
 +
|}
  
 
==See Also==
 
==See Also==

Revision as of 18:13, 23 August 2017

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

See Also

References

Point At