【发布时间】:2021-02-17 13:08:59
【问题描述】:
由于 Moodle-STACK 环境,我目前仅限于 JSXGraph 0.99.7。有没有办法获得该版本中坐标向量(多边形)给出的两条曲线的联合?
在 1.2.1 中,我使用 Clip.union() 执行此操作,它在 jsfiddle (not exactly a minimum working example) 中可以正常工作,但在 STACK 中却不行。
this.b = board.create('curve', JXG.Math.Clip.union( bneu, this.b, board),
{opacity: true, fillcolor:'lightgray', strokeWidth: normalStyle.strokeWidth,
strokeColor: normalStyle.strokeColor});
【问题讨论】: