User Tools

Site Tools


preview:api:vec3i

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
preview:api:vec3i [2020/05/22 12:13] – external edit 127.0.0.1preview:api:vec3i [2020/05/22 12:46] maxime
Line 9: Line 9:
  
 ==== add ==== ==== add ====
-''void **vec3i.add**(//this//, //x//, //y//, //z//)''+''void **vec3i.add**(//object//, //x//, //y//, //z//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec3i'' |  |+| //''object''// | ''vec3i'' |  |
 | //''x''// | ''integer'' |  | | //''x''// | ''integer'' |  |
 | //''y''// | ''integer'' |  | | //''y''// | ''integer'' |  |
Line 20: Line 20:
  
 ==== almostEquals ==== ==== almostEquals ====
-''boolean **vec3i.almostEquals**(//this//, //vector//, //epsilon//)''+''boolean **vec3i.almostEquals**(//object//, //vector//, //epsilon//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec3i'' |  |+| //''object''// | ''vec3i'' |  |
 | //''vector''// | ''[[preview:api:vec3i|vec3i]]'' |  | | //''vector''// | ''[[preview:api:vec3i|vec3i]]'' |  |
 | //''epsilon''// | ''integer'' |  | | //''epsilon''// | ''integer'' |  |
Line 30: Line 30:
  
 ==== dot ==== ==== dot ====
-''integer **vec3i.dot**(//this//, //v//)''+''integer **vec3i.dot**(//object//, //v//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec3i'' |  |+| //''object''// | ''vec3i'' |  |
 | //''v''// | ''[[preview:api:vec3i|vec3i]]'' |  | | //''v''// | ''[[preview:api:vec3i|vec3i]]'' |  |
  
Line 39: Line 39:
  
 ==== cross ==== ==== cross ====
-''[[preview:api:vec3i|vec3i]] **vec3i.cross**(//this//, //vec//)''+''[[preview:api:vec3i|vec3i]] **vec3i.cross**(//object//, //vec//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec3i'' |  |+| //''object''// | ''vec3i'' |  |
 | //''vec''// | ''[[preview:api:vec3i|vec3i]]'' |  | | //''vec''// | ''[[preview:api:vec3i|vec3i]]'' |  |
  
Line 48: Line 48:
  
 ==== getLength2 ==== ==== getLength2 ====
-''integer **vec3i.getLength2**(//this//)''+''integer **vec3i.getLength2**(//object//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec3i'' |  |+| //''object''// | ''vec3i'' |  |
  
 ---- ----
  
 ==== normalize ==== ==== normalize ====
-''void **vec3i.normalize**(//this//)''+''void **vec3i.normalize**(//object//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec3i'' |  |+| //''object''// | ''vec3i'' |  |
  
 ---- ----
  
 ==== distance2 ==== ==== distance2 ====
-''integer **vec3i.distance2**(//this//, //v//)''+''integer **vec3i.distance2**(//object//, //v//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec3i'' |  |+| //''object''// | ''vec3i'' |  |
 | //''v''// | ''[[preview:api:vec3i|vec3i]]'' |  | | //''v''// | ''[[preview:api:vec3i|vec3i]]'' |  |
  
Line 73: Line 73:
  
 ==== getXY ==== ==== getXY ====
-''[[preview:api:vec2i|vec2i]] **vec3i.getXY**(//this//)''+''[[preview:api:vec2i|vec2i]] **vec3i.getXY**(//object//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec3i'' |  |+| //''object''// | ''vec3i'' |  |
  
 ---- ----
  
 ==== getXZ ==== ==== getXZ ====
-''[[preview:api:vec2i|vec2i]] **vec3i.getXZ**(//this//)''+''[[preview:api:vec2i|vec2i]] **vec3i.getXZ**(//object//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec3i'' |  |+| //''object''// | ''vec3i'' |  |
  
 ---- ----
  
 ==== getYZ ==== ==== getYZ ====
-''[[preview:api:vec2i|vec2i]] **vec3i.getYZ**(//this//)''+''[[preview:api:vec2i|vec2i]] **vec3i.getYZ**(//object//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec3i'' |  |+| //''object''// | ''vec3i'' |  |
  
preview/api/vec3i.txt · Last modified: 2023/12/12 12:16 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki