Manuals/calci/POINTAT

From ZCubes Wiki
Jump to navigation Jump to search
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 = Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\frac {y}{r}}} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle COS(\theta)} =Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{x}{r}} .
  • Using this function we can find the coordinates of the point on the circle is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x= rCos(\theta)} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y= rSin(\theta)} .
  • On a unit circle, a circle with radius 1,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x=Cos(\theta)} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y=Sin(\theta)} .

Examples

1. POINTAT(345,5)

4.8296291314453415 -1.2940952255126035

2. POINTAT(280,13,2,3)

4.257426309670089 -9.802500789158707

Related Videos

Point


See Also

References

Point At