blob: 9730531c1cbe5e8480a1cff1d58daebc2dc5bd48 [file] [log] [blame]
var point_pool = (function(){
function create() {
return createTypedArray('float32', 2);
}
return pool_factory(8, create);
}());