src/utils/Vec3Pool.js:6
constructObjectInherited from
Pool
but overwritten in
src/utils/Vec3Pool.js:17
Construct a vector
defaultsoptions
defaults
Defined in
src/utils/Utils.js:5
Extend an options object with default values.
options
Object
The options object. May be falsy: in this case, a new object is created and returned.
defaults
Object
An object containing default values.
The modified options object.
releaseobj
Inherited from
Pool:
src/utils/Pool.js:22
Release an object after use
obj
Object