<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello,<br>
      <br>
      Le 26/06/2018 à 20:42, Heinz Nabielek a écrit :<br>
    </div>
    <blockquote
      cite="mid:1DD39EB3-AF60-401A-9A8D-D6C5453D4C93@icloud.com"
      type="cite">
      <pre wrap="">Dear Scilab friends,

I have 15,000 points in 3d space with known xyz Carthesian coordinates and the basic question is, if their arrangement is random or not.

I had been suggest to do Voronoi tessellation/ Delaunay triangulation. The famous problem of the location of the nearest public phone, but this is only 2d.</pre>
    </blockquote>
    <br>
    The CGAL module has a 3D Delaunay function available for Scilab 6:<br>
    <a class="moz-txt-link-freetext" href="https://atoms.scilab.org/toolboxes/cglab/2.3.1">https://atoms.scilab.org/toolboxes/cglab/2.3.1</a><br>
    <span style="color: rgb(91, 89, 80); font-family: monospace;
      font-size: 13px; font-style: normal; font-variant-ligatures:
      normal; font-variant-caps: normal; font-weight: 400;
      letter-spacing: normal; orphans: 2; text-align: left; text-indent:
      0px; text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      text-decoration-style: initial; text-decoration-color: initial;
      display: inline !important; float: none;">atomsInstall("cglab")<br>
      <br>
    </span>HTH<br>
    Samuel<br>
    <span style="color: rgb(91, 89, 80); font-family: monospace;
      font-size: 13px; font-style: normal; font-variant-ligatures:
      normal; font-variant-caps: normal; font-weight: 400;
      letter-spacing: normal; orphans: 2; text-align: left; text-indent:
      0px; text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      text-decoration-style: initial; text-decoration-color: initial;
      display: inline !important; float: none;"></span><span
      style="color: rgb(91, 89, 80); font-family: monospace; font-size:
      13px; font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-weight: 400; letter-spacing:
      normal; orphans: 2; text-align: left; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      text-decoration-style: initial; text-decoration-color: initial;
      display: inline !important; float: none;"><br>
    </span>
  </body>
</html>