Difference between revisions of "Manuals/calci/CIRCLE"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=CIRCLE(Xcoordinate, Ycoordinate, Radius)=
 
 
<div style="font-size:30px">'''CIRCLE (Width,Left,Top)'''</div><br/>
 
<div style="font-size:30px">'''CIRCLE (Width,Left,Top)'''</div><br/>
  

Revision as of 15:59, 1 August 2018

CIRCLE (Width,Left,Top)


where,

  • 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 Width} represents the X coordinate point,
  • 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 Left} represents the Y coordinate point, 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 Top} represents the radius of circle.

CIRCLE() displays a circle for a specified radius from specified X and Y coordinates.

Description

CIRCLE (Width,Left,Top)

  • Circles are simple closed curves which divide the plane into an interior and an exterior.
  • 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 Width} 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 Left} can be positive or negative.
  • 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 Left} can be omitted by using the function as CIRCLE(Radius).

Examples

1) =CIRCLE(30,50,200) : Displays a circle with X coordinate as '30', Y coordinate as '50' and radius '200'.

2) =CIRCLE(100) : Displays a circle with radius 100.

3) =ZC(1..50@CIRCLE) : Displays circles with radius 1,2,3...50 on a new Zcube.

4) =ZC(20..100..10@CIRCLE) : Displays circles in steps of 10 with radius 20,30,40...100 on a new Zcube.

Related Videos

CIRCLE

See Also

References