User Tools

Site Tools


preview:api:line

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
preview:api:line [2020/01/15 17:59] – created maximepreview:api:line [2020/05/22 12:41] maxime
Line 1: Line 1:
 ====== LINE ====== ====== LINE ======
  
-**Category**: Data+**Category**: Data structure
  
  
Line 9: Line 9:
  
 ==== Point ==== ==== Point ====
-  * **Type**: ''vec3f''+  * **Type**: ''[[preview:api:vec3f|vec3f]]''
  
 ---- ----
  
 ==== Direction ==== ==== Direction ====
-  * **Type**: ''vec3f''+  * **Type**: ''[[preview:api:vec3f|vec3f]]'' 
 +===== Functions =====
  
 +----
 +
 +==== getClosestPositionToPoint ====
 +''void **LINE.getClosestPositionToPoint**(//object//, //otherPoint//, //outPosition//)''
 +
 +^ Name ^ Type ^ Description ^
 +| //''object''// | ''LINE'' |  |
 +| //''otherPoint''// | ''[[preview:api:vec3f|vec3f]]'' |  |
 +| //''outPosition''// | ''[[preview:api:vec3f|vec3f]]'' | Out argument |
 +
 +----
 +
 +==== interception ====
 +''float **LINE.interception**(//object//, //line2//, //outPoint//)''
 +
 +^ Name ^ Type ^ Description ^
 +| //''object''// | ''LINE'' |  |
 +| //''line2''// | ''[[preview:api:line|LINE]]'' |  |
 +| //''outPoint''// | ''[[preview:api:vec3f|vec3f]]'' | Out argument |
 +
 +''float **LINE.interception**(//object//, //line2//, //outPoint1//, //outPoint2//)''
 +
 +^ Name ^ Type ^ Description ^
 +| //''object''// | ''LINE'' |  |
 +| //''line2''// | ''[[preview:api:line|LINE]]'' |  |
 +| //''outPoint1''// | ''[[preview:api:vec3f|vec3f]]'' | Out argument |
 +| //''outPoint2''// | ''[[preview:api:vec3f|vec3f]]'' | Out argument |
  
preview/api/line.txt · Last modified: 2023/12/12 12:16 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki