[*] limit tiles in bounds based on width/height/radius

This commit is contained in:
Gavin McDonald
2018-12-02 21:24:34 -05:00
parent fb60481908
commit 69cae5eb1a
7 changed files with 134 additions and 32 deletions

View File

@@ -116,9 +116,11 @@ export class Tessellate {
'centerX',
'centerY',
'height',
'width',
'scale',
'negativeTiles',
'radius',
'scale',
'width',
'wrap',
])));
}