Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tweaked readme
  • Loading branch information
josephg committed Feb 2, 2013
1 parent 30bb372 commit 5be1d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ cp.momentForPoly(mass, verts, offset);
```

- Lots of trivial getters and setters have been removed.
- Lists of verticies are described using a flattened JS array of `[x1,y1,x2,y2,...]` instead of an array of objects. For example, use `[0,0, 0,1, 1,1, 1,0]` instead of `[cp.v(0,0), cp.v(0,1), cp.v(1,1), cp.v(1,0)]`.
- Lists of verticies are described using a flattened JS array of `[x1,y1, x2,y2, ...]` instead of an array of objects. For example, use `[0,0, 0,1, 1,1, 1,0]` instead of `[cp.v(0,0), cp.v(0,1), cp.v(1,1), cp.v(1,0)]`.

## On a website

Expand Down

0 comments on commit 5be1d7c

Please sign in to comment.