Difference between revisions of "Manuals/calci/CIRCLE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''CIRCLE('''SomeCenterX, SomeCenterY, Radius) where, '''SomeCenterX '''- represents the x coordinate. '''S...")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''CIRCLE (Width,Left,Top)'''</div><br/>
 
 
'''CIRCLE('''SomeCenterX, SomeCenterY, Radius)
 
  
 
where,
 
where,
 +
*<math>Width</math> represents the X coordinate point,
 +
*<math>Left</math> represents the Y coordinate point, and
 +
*<math>Top</math> represents the radius of circle.
 +
**CIRCLE(), are simple closed curves which divide the plane into an interior and an exterior. The circumference of a circle is the perimeter of the circle, and the interior of the circle is called a Area. An arc is any connected part of a circle.
  
'''SomeCenterX '''- represents the x coordinate.
+
== Description ==
 
+
CIRCLE (Width,Left,Top)
'''SomeCenterY '''- represents the y coordinate.
 
 
 
'''Radius '''- represents the point from (x,y) point.
 
 
 
Related functions:-
 
 
 
'''CIRCLE.AREA()''' - returns the region bounded by circle'''.'''
 
 
 
'''CIRCLE.CIRCUMFERENCE()''' - returns the distance around the circle.
 
 
 
</div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
 
 
Circles are simple closed curves which divide the plane into an interior and an exterior. The circumference of a circle is the perimeter of the circle, and the interior of the circle is called a Area. An arc is any connected part of a circle.
 
  
</div>
+
*Circles are simple closed curves which divide the plane into an interior and an exterior.
----
+
*<math>Width</math> and <math>Left</math> can be positive or negative.
<div id="7SpaceContent" class="zcontent" align="left">
+
*<math>Width</math> and <math>Left</math> can be omitted by using the function as CIRCLE(Radius).
 +
*The circumference of a circle is the perimeter of the circle, and the interior of the circle is called a Area.
 +
*An arc is any connected part of a circle.
  
</div>
+
== Examples ==
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
CIRCLE
+
1) =CIRCLE(30,50,200) : Displays a circle with X coordinate as '30', Y coordinate as '50' and radius '200'.
  
</div></div>
+
2) =CIRCLE(100) : Displays a circle with radius 100.
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
  
Lets see an example in (Column1, Row2)
+
3) =ZC(1..50@CIRCLE) : Displays circles with radius 1,2,3...50 on a new Zcube.
  
<nowiki>=CIRCLE(R1C2, R1C3, R1C4)</nowiki>
+
4) =ZC(20..100..10@CIRCLE) : Displays circles in steps of 10 with radius 20,30,40...100 on a new Zcube.
  
The function returns the shape.
+
==Related Videos==
  
Consider an another example(Column1, Row3)
+
{{#ev:youtube|jyLRpr2P0MQ|280|center|CIRCLE}}
  
<nowiki>=CIRCLE.AREA()</nowiki>
+
== See Also ==
  
CIRCLE returns the area of circle.
+
*[[Manuals/calci/SPHERE | SPHERE]]
  
An example in (Column1, Row4)
+
== References ==
  
<nowiki>=CIRCLE.CIRCUMFERENCE()</nowiki>
+
*[http://en.wikipedia.org/wiki/Circle Circle]
  
CIRCLE returns the circumference of circle.
 
  
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
  
{| id="TABLE3" class="SpreadSheet blue"
 
|+ Default Calci
 
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | SMITH
 
| class="sshl_f" | 3
 
| class=" " | 4
 
| class="sshl_f " | 5
 
|- class="even"
 
| class="  " | Row2
 
|
 
Circle:[[Image:circle.png]]
 
| class="SelectTD1                                                              sshl_t ChangeBGColor" |
 
| class="sshl_t" |
 
| class="sshl_t" |
 
|- class="odd"
 
| Row3
 
| class="sshl_f" | 78.539816
 
| class="sshl_t" |
 
| class="sshl_t" |
 
| class="sshl_t" |
 
|- class="even"
 
| Row4
 
| class="sshl_f" | 31.415927
 
| class="sshl_t" |
 
| class="sshl_t" |
 
| class="sshl_t" |
 
|- class="odd"
 
| class=" " | Row5
 
|
 
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]]  </div>
 
| class="sshl_t" |
 
| class="sshl_t" |
 
| class="sshl_t" |
 
|- class="even"
 
| Row6
 
| class="    " |
 
| class="sshl_t" |
 
| class="sshl_t" |
 
| class="sshl_t" |
 
|}
 
  
{| id="TABLE3_menu"
+
*[[Z_API_Functions | List of Main Z Functions]]
| align="right" | TABLE3
 
| <span align="left">[[Image:calci1.gif]]</span>
 
|
 
|
 
[[Image:bold.gif]]
 
|
 
[[Image:italic.gif]]
 
|
 
[[Image:normal.gif]]
 
|
 
[[Image:underline.gif]]
 
|
 
[[Image:border.gif]]
 
|
 
[[Image:numbers.gif]]
 
|
 
[[Image:sort.gif]]
 
|
 
[[Image:formatcells.gif]]
 
|
 
[[Image:graphs.gif]]
 
| $
 
|}
 
  
</div>
+
*[[ Z3 |  Z3 home ]]
----
 

Latest revision as of 17:36, 22 August 2018

CIRCLE (Width,Left,Top)


where,

  • represents the X coordinate point,
  • represents the Y coordinate point, and
  • represents the radius of circle.
    • CIRCLE(), are simple closed curves which divide the plane into an interior and an exterior. The circumference of a circle is the perimeter of the circle, and the interior of the circle is called a Area. An arc is any connected part of a circle.

Description

CIRCLE (Width,Left,Top)

  • Circles are simple closed curves which divide the plane into an interior and an exterior.
  • and can be positive or negative.
  • and can be omitted by using the function as CIRCLE(Radius).
  • The circumference of a circle is the perimeter of the circle, and the interior of the circle is called a Area.
  • An arc is any connected part of a circle.

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