Difference between revisions of "Manuals/calci/POINT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''POINT'''(x,y,z) where '''x''','''y''' and''' z '''are any real numbers </div> ---- <div id="1SpaceCont...")
 
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''POINT(X,Y,Z)'''</div><br/>
 +
*<math>X,Y </math> and <math> Z </math> are any real numbers.
  
'''POINT'''(x,y,z)
+
==Description==
 +
*This function gives the point for the coordinates of <math> X,Y</math> and <math> Z </math>.
 +
*Point is the exact location which don't have a size, only position.
 +
*A set of points lying in a straight line, then they are called collinear.
 +
*A set of points lying in a same plane, then they are called co-planar.
 +
*This function will give the result as error when any one of the argument is non-numeric.
  
where
+
==Examples==
 +
#=POINT(2,4,8) = 2  4  8
 +
#=POINT(-7,10,16) = -7  10  16
 +
#=POINT(17.4,29.02,41.65) = 17.4  29.02  41.65 
  
'''x''','''y''' and''' z '''are any real numbers
+
==Related Videos==
  
</div>
+
{{#ev:youtube|lEGS5ECgFxE|280|center|POINTS}}
----
 
<div id="1SpaceContent" class="zcontent" align="left">POINT function returns the point with the given coordinates x,y and z.</div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
POINT returns NaN if any of x, y or z are not real numbers.
+
==See Also==
 +
*[[Manuals/calci/TRIANGLE| TRIANGLE]]
 +
*[[Manuals/calci/HYPOTENUSE| HYPOTENUSE]]
  
</div>
+
==References==
----
+
*[http://en.wikipedia.org/wiki/Point_%28geometry%29 Point]
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
POINT
 
  
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
  
Lets see an example in (Column2Row1)
+
*[[Z_API_Functions | List of Main Z Functions]]
  
<nowiki>=POINT(Column1Row1,Column1Row2,Column1Row3)</nowiki>
+
*[[ Z3 Z3 home ]]
 
 
Returns 2,2,1 for POINT(2,2,1)
 
 
 
</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
 
| class="  " | Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class=" " | 2
 
| class="sshl_f" | 2,2,1
 
| class="                    sshl_f" |
 
| class="sshl_f  sshl_f    " |
 
|- class="even"
 
| class="  " | Row2
 
| class=" " | 2
 
| class="sshl_f            " |
 
| class=" sshl_f" |
 
| class="sshl_f  sshl_f    " |
 
|- class="odd"
 
| Row3
 
| class="  1 " | 1
 
| class="sshl_f                " |
 
| class="sshl_f    " |
 
| class="sshl_f    " |
 
|- class="even"
 
| Row4
 
| class=" SelectTD1  SelectTD1 ChangeBGColor" |
 
<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_f  " |
 
| class="sshl_f    " |
 
| class="  " |
 
|- class="odd"
 
| class=" " | Row5
 
|
 
| class="    " |
 
| class="sshl_f    " |
 
| class="   " |
 
|- class="even"
 
| Row6
 
| class="sshl_f        " |
 
| class="  " |
 
| class="sshl_f    " |
 
| class="  " |
 
|}
 
 
 
{|
 
| <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>
 
----
 

Latest revision as of 16:25, 2 July 2018

POINT(X,Y,Z)


  • and are any real numbers.

Description

  • This function gives the point for the coordinates of and .
  • Point is the exact location which don't have a size, only position.
  • A set of points lying in a straight line, then they are called collinear.
  • A set of points lying in a same plane, then they are called co-planar.
  • This function will give the result as error when any one of the argument is non-numeric.

Examples

  1. =POINT(2,4,8) = 2 4 8
  2. =POINT(-7,10,16) = -7 10 16
  3. =POINT(17.4,29.02,41.65) = 17.4 29.02 41.65

Related Videos

POINTS

See Also

References