Difference between revisions of "Manuals/calci/POINT"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | + | *[[Manuals/calci/TRIANGLE| TRIANGLE]] | |
+ | *[[Manuals/calci/HYPOTENUSE| HYPOTENUSE]] | ||
==References== | ==References== | ||
+ | *[http://en.wikipedia.org/wiki/Point_%28geometry%29 Point] |
Revision as of 12:46, 13 May 2015
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
- =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