User Tools

Site Tools


preview:api:vec2d

Differences

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

Link to this comparison view

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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki