设置

Choose language

bisect(point1,point2,point3)

bisect
  • Returns internal bisection angle in degrees in a triangle formed by the mentioned three points, the second point being the angular point. The returned angle is always a positive value.

    Function parameters


  • name of the first point
  • name of the angular point
  • name of the second point

    Usage


    angle1=bisect(p1,p2,p3); // variable dart_angle equals the angle in degrees
    p21=apply(p2,[p2:p1].l,bisect(p1,p2,p3)); // function used inside another one
  • 上一篇文章

    round(x,precision)

    返回类别

    数学

    下一篇文章

    mark (point,angle,type,length,width)