User Tools

Site Tools


preview:api:vec2i

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
preview:api:vec2i [2020/05/22 12:13] – external edit 127.0.0.1preview:api:vec2i [2020/05/22 12:45] maxime
Line 9: Line 9:
  
 ==== add ==== ==== add ====
-''void **vec2i.add**(//this//, //x//, //y//)''+''void **vec2i.add**(//object//, //x//, //y//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec2i'' |  |+| //''object''// | ''vec2i'' |  |
 | //''x''// | ''integer'' |  | | //''x''// | ''integer'' |  |
 | //''y''// | ''integer'' |  | | //''y''// | ''integer'' |  |
Line 19: Line 19:
  
 ==== dot ==== ==== dot ====
-''integer **vec2i.dot**(//this//, //v//)''+''integer **vec2i.dot**(//object//, //v//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec2i'' |  |+| //''object''// | ''vec2i'' |  |
 | //''v''// | ''[[preview:api:vec2i|vec2i]]'' |  | | //''v''// | ''[[preview:api:vec2i|vec2i]]'' |  |
  
Line 28: Line 28:
  
 ==== getLength2 ==== ==== getLength2 ====
-''integer **vec2i.getLength2**(//this//)''+''integer **vec2i.getLength2**(//object//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec2i'' |  |+| //''object''// | ''vec2i'' |  |
  
 ---- ----
  
 ==== normalize ==== ==== normalize ====
-''void **vec2i.normalize**(//this//)''+''void **vec2i.normalize**(//object//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec2i'' |  |+| //''object''// | ''vec2i'' |  |
  
 ---- ----
  
 ==== distance2 ==== ==== distance2 ====
-''integer **vec2i.distance2**(//this//, //v//)''+''integer **vec2i.distance2**(//object//, //v//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec2i'' |  |+| //''object''// | ''vec2i'' |  |
 | //''v''// | ''[[preview:api:vec2i|vec2i]]'' |  | | //''v''// | ''[[preview:api:vec2i|vec2i]]'' |  |
  
Line 53: Line 53:
  
 ==== isZero ==== ==== isZero ====
-''boolean **vec2i.isZero**(//this//)''+''boolean **vec2i.isZero**(//object//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec2i'' |  |+| //''object''// | ''vec2i'' |  |
  
 ---- ----
  
 ==== isNearZero ==== ==== isNearZero ====
-''boolean **vec2i.isNearZero**(//this//)''+''boolean **vec2i.isNearZero**(//object//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec2i'' |  |+| //''object''// | ''vec2i'' |  |
  
 ---- ----
  
 ==== rotate ==== ==== rotate ====
-''void **vec2i.rotate**(//this//, //angle//)''+''void **vec2i.rotate**(//object//, //angle//)''
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| //''this''// | ''vec2i'' |  |+| //''object''// | ''vec2i'' |  |
 | //''angle''// | ''integer'' |  | | //''angle''// | ''integer'' |  |
  
preview/api/vec2i.txt · Last modified: 2023/12/12 12:16 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki