Exemple #1
0
 IEnumerable <Vector3> GetOuterWallPositions()
 {
     return(Rectangles.GetHollowPositions(-1, -1, this.cols, this.rows));
 }