Settings

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
  • Previous article

    round(x,precision)

    Back to category

    Mathematics

    Next article

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