Changes between Version 2 and Version 3 of Ticket #1449, comment 19


Ignore:
Timestamp:
Jun 18, 2012, 11:46:59 PM (12 years ago)
Author:
vts

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1449, comment 19

    v2 v3  
    107107    element [0], and from there on just the ones for `i+1` inside the loop.
    108108
    109   - The argument `maxAngle` of `placeCircularWall` is a bit confusingly named, as it implies that  correctly, then perhaps `placeCircularWall` should really be
    110     called `placeArcWall`.
    111 
    112109  - In the Fortress constructor, can you be more clear about where exactly on the first wall element the vector points to? Presumably this is the center, but it would be nice to mention this explicitly, because it might also reasonably be the center-left of the a wall segment (considering that this vector would be used to find out where to start placing wall elements).