Changeset 24:d7d1bdd76b7f
- Timestamp:
- 12/20/10 08:36:51 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
tanchiki/body.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tanchiki/body.py
r21 r24 €а €а 1 #coding:utf-8€а €а 2 €а 1 3 import vector€а 2 4 import math€а 3 5 €а 4 6 class Body(object):€а 5 €а def __init__(self, position, velocity = vector. null):€а€а 7 def __init__(self, position, velocity = vector.Vector.null):€а 6 8 self.position = position€а 7 9 self.velocity = velocity€а
Note: See TracChangeset
for help on using the changeset viewer.
