获取点大小
static double getPointStrokeWidth(double z, {double? halfWidth}) { halfWidth ??= pointHalfWidth; return _getDisplaySize(z, halfWidth); }