Difference between revisions of "Manuals/calci/POINT"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
<div style="font-size:30px">'''POINT(x,y,z)'''</div><br/>
+
<div style="font-size:30px">'''POINT(X,Y,Z)'''</div><br/>
*<math>x,y </math> and <math> z </math> are any real numbers.
+
*<math>X,Y </math> and <math> Z </math> are any real numbers.
  
 
==Description==
 
==Description==
*This function gives the point for the coordinates of <math> x,y</math> and <math> z </math>.
+
*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.  
 
*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 straight line, then they are called collinear.

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