LinePick.htm 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <html>
  2. <head>
  3. <title>Blitz3D Docs</title>
  4. <link rel=stylesheet href=../css/commands.css type=text/css>
  5. </head>
  6. <body>
  7. <h1>LinePick ( x#,y#,z#,dx#,dy#,dz#[,radius#] )</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. x# - x coordinate of start of line pick <br />
  13. y# - y coordinate of start of line pick <br />
  14. z# - z coordinate of start of line pick <br />
  15. dx# - distance x of line pick <br />
  16. dy# - distance y of line pick <br />
  17. dz# - distance z of line pick <br />
  18. radius (optional) - radius of line pick
  19. </td>
  20. </tr>
  21. </table>
  22. <h1>Description</h1>
  23. <table>
  24. <tr>
  25. <td>
  26. Returns the first entity between x,y,z to x+dx,y+dy,z+dz.
  27. <br>
  28. <br>
  29. See also: <a class=small href=EntityPick.htm>EntityPick</a>, <a class=small href=LinePick.htm>LinePick</a>, <a class=small href=CameraPick.htm>CameraPick</a>, <a class=small href=EntityPickMode.htm>EntityPickMode</a>.
  30. </td>
  31. </tr>
  32. </table>
  33. <br>
  34. <a target=_top href=../index.htm>Index</a><br>
  35. <br>
  36. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=LinePick&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  37. </html>