Modifier and Type | Method and Description |
---|---|
void |
accumulate(B bucket,
float xMinBucket,
float xMaxBucket,
float yMinBucket,
float yMaxBucket)
Every point in
bucket will have x in [xMinBucket,xMaxBucket)
and y in [yMinBucket,yMaxBucket) . |
void accumulate(B bucket, float xMinBucket, float xMaxBucket, float yMinBucket, float yMaxBucket)
bucket
will have x
in [xMinBucket,xMaxBucket)
and y
in [yMinBucket,yMaxBucket)
.Copyright © 2013 Metron, Inc.. All rights reserved.