Directory src/slogo/model/

Directory Created:
2008-12-01 19:52
Directory Deleted:
2008-12-05 13:17
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/src/slogo/model

Lines of Code

src/slogo/model/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 4 (100.0%) 8 (100.0%) 2.0
gehmane 3 (75.0%) 8 (100.0%) 2.6
ivyj 1 (25.0%) 0 (0.0%) 0.0

Most Recent Commits

ivyj 2008-12-05 13:17 Rev.: 76

deleting model package

0 lines of code changed in 1 file:

  • src/slogo/model: Turtle.java (del)
gehmane 2008-12-02 21:26 Rev.: 37

Changed access scope to Turtle's instance variables (location, direction, pen position are all private now)

4 lines of code changed in 1 file:

  • src/slogo/model: Turtle.java (+4 -3)
gehmane 2008-12-02 21:23 Rev.: 36

Minor comment alteration for documentation

2 lines of code changed in 1 file:

  • src/slogo/model: Turtle.java (+2 -1)
gehmane 2008-12-01 19:52 Rev.: 33

"Rough Draft" version of the Turtle model for consideration. So far, the Turtle has a location (represented as a Point), a direction (represented by an int between 0 and 360), and a boolean, penIsDown, that represents the state of the pen. All the constructors and getter methods work correctly but because my partner didn't show up *cough* Will *cough* I didn't really think I'd rush to figure out all the trig involved in the rotate and move methods.

2 lines of code changed in 1 file:

  • src/slogo/model: Turtle.java (new 2)
Generated by StatSVN 0.4.1