Ignore:
Timestamp:
01/23/11 00:58:06 (13 years ago)
Author:
atzm
Message:

chousei

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pycodeshooter/trunk/shooter/action.js

    r92 r103  
    238238                this.p2[0] * p2 + this.p3[0] * p3, 
    239239            this.p0[1] * p0 + this.p1[1] * p1 + 
    240                 this.p2[1] * p2 + this.p3[1] * p3 
     240                this.p2[1] * p2 + this.p3[1] * p3, 
     241            3 
    241242        ); 
    242243 
Note: See TracChangeset for help on using the changeset viewer.