blob: 08dd24ff124fa0d7f3bdf964e5f52039c22f1457 [file] [log] [blame]
var pointPool = (function () {
function create() {
return createTypedArray('float32', 2);
}
return poolFactory(8, create);
}());