User Tools

Site Tools


preview:api:line

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
preview:api:line [2020/05/22 12:13] – external edit 127.0.0.1preview:api:line [2023/12/12 12:16] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 **Category**: Data structure **Category**: Data structure
 +
  
  
Line 9: Line 10:
  
 ==== Point ==== ==== Point ====
 +//[[:annotations#runtime_only|Runtime only]]//
 +
   * **Type**: ''[[preview:api:vec3f|vec3f]]''   * **Type**: ''[[preview:api:vec3f|vec3f]]''
 +  * **Expected**: ''vec3f value''
  
 ---- ----
  
 ==== Direction ==== ==== Direction ====
 +//[[:annotations#runtime_only|Runtime only]]//
 +
   * **Type**: ''[[preview:api:vec3f|vec3f]]''   * **Type**: ''[[preview:api:vec3f|vec3f]]''
 +  * **Expected**: ''vec3f value''
 +
 ===== Functions ===== ===== Functions =====
  
Line 20: Line 28:
  
 ==== getClosestPositionToPoint ==== ==== getClosestPositionToPoint ====
-''void **LINE.getClosestPositionToPoint**(//this//, //otherPoint//, //outPosition//)''+ 
 +''void **LINE.getClosestPositionToPoint**(//object//, //otherPoint//, //outPosition//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''LINE'' |  |+| //''object''// | ''LINE'' |  |
 | //''otherPoint''// | ''[[preview:api:vec3f|vec3f]]'' |  | | //''otherPoint''// | ''[[preview:api:vec3f|vec3f]]'' |  |
-| //''outPosition''// | ''[[preview:api:vec3f|vec3f]]'' | Out argument |+| //''outPosition''// | ''[[preview:api:vec3f|vec3f]]'' | //[[:annotations#out_argument|Out argument]]// |
  
 ---- ----
  
 ==== interception ==== ==== interception ====
-''float **LINE.interception**(//this//, //line2//, //outPoint//)''+ 
 +''[[preview:data-types#float|float]] **LINE.interception**(//object//, //line2//, //outPoint//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''LINE'' |  |+| //''object''// | ''LINE'' |  |
 | //''line2''// | ''[[preview:api:line|LINE]]'' |  | | //''line2''// | ''[[preview:api:line|LINE]]'' |  |
-| //''outPoint''// | ''[[preview:api:vec3f|vec3f]]'' | Out argument |+| //''outPoint''// | ''[[preview:api:vec3f|vec3f]]'' | //[[:annotations#out_argument|Out argument]]// |
  
-''float **LINE.interception**(//this//, //line2//, //outPoint1//, //outPoint2//)''+''[[preview:data-types#float|float]] **LINE.interception**(//object//, //line2//, //outPoint1//, //outPoint2//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''LINE'' |  |+| //''object''// | ''LINE'' |  |
 | //''line2''// | ''[[preview:api:line|LINE]]'' |  | | //''line2''// | ''[[preview:api:line|LINE]]'' |  |
-| //''outPoint1''// | ''[[preview:api:vec3f|vec3f]]'' | Out argument | +| //''outPoint1''// | ''[[preview:api:vec3f|vec3f]]'' | //[[:annotations#out_argument|Out argument]]// 
-| //''outPoint2''// | ''[[preview:api:vec3f|vec3f]]'' | Out argument |+| //''outPoint2''// | ''[[preview:api:vec3f|vec3f]]'' | //[[:annotations#out_argument|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