/**
* @typedef {object} Phaser.Types.Physics.Matter.MatterChamferConfig
* @since 3.22.0
*
* @property {(number|number[])} [radius=8] - A single number, or an array, to specify the radius for each vertex.
* @property {number} [quality=-1] - The quality of the chamfering. -1 means 'auto'.
* @property {number} [qualityMin=2] - The minimum quality of the chamfering. The higher this value, the more vertices are created.
* @property {number} [qualityMax=14] - The maximum quality of the chamfering. The higher this value, the more vertices are created.
*/