视觉重心
物理质心
几何中心
{{ c }}
📐 重心数据 · {{ displayChar }} · {{ currentFontLabel }}
笔画像素
{{ result ? result.pixelCount.toLocaleString() : '--' }}
字符尺寸
{{ result ? result.charWidth + '×' + result.charHeight : '--' }}
几何中心
{{ result ? '(' + result.geoCX + ', ' + result.geoCY + ')' : '--' }}
物理质心
{{ result ? '(' + result.rawCX + ', ' + result.rawCY + ')' : '--' }}
视觉重心
{{ result ? '(' + result.visualCX + ', ' + result.visualCY + ')' : '--' }}
偏移 (Δx, Δy)
{{ offsetStr }}
方向
{{ directionStr }}
上:下 / 左:右
{{ quadrantStr }}
解读:{{ result.insight }}
🎚️ 参数调节
默认值源于书法理论:偏上 6%(人眼视觉中心偏高)、偏右 2.5%(心理学"先小后大"节奏感)。
拖动滑块观察重心实时变化。
🔬 中宫热力