免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 发帖

asy的incircle

本帖最后由 hbghlyj 于 2021-11-21 19:00 编辑

asymptote的文档中
  1. real incircle(pair a, pair b, pair c, pair d);
  2. returns a positive (negative) value if d lies inside (outside) the circle passing through the counterclockwise-oriented points a,b,c or zero if d lies on the this circle. The value returned is the determinant

  3. |a.x a.y a.x^2+a.y^2 1|
  4. |b.x b.y b.x^2+b.y^2 1|
  5. |c.x c.y c.x^2+c.y^2 1|
  6. |d.x d.y d.x^2+d.y^2 1|
复制代码
这个行列式是怎么来的啊

回复 1# hbghlyj


如果你只是想问这个行列式是什么的话,我就说:这个行列式是过三点圆的方程

你多半是知道的,所以,应该是答非所问

TOP

返回列表 回复 发帖