bisector

<script src="./point_src/bisector"></script>

A Bisect divides an angle or line segment into two equal parts. Imagine you have two points connected by a line or forming an angle. The bisector finds the exact middle, splitting the angle or the line into two even halves.

Meta Data
filepath_exists True
path bisector
filepath bisector.js
clean_files ()

  • FunctionDeclaration
    function

    bisectAll

    (
    items , direction = obtuse
    )
    dict_keys(['kind', 'word', 'generator', 'expression', 'async', 'params', 'id', 'pos', 'type'])
  • FunctionDeclaration
    function

    obtuseBisect

    (
    pointA , midPoint , pointC
    )
    dict_keys(['kind', 'word', 'generator', 'expression', 'async', 'params', 'id', 'pos', 'type'])
  • FunctionDeclaration
    function

    acuteBisect

    (
    pointA , midPoint , pointC
    )
    dict_keys(['kind', 'word', 'generator', 'expression', 'async', 'params', 'id', 'pos', 'type'])
  • FunctionDeclaration
    function

    calculateBisector

    (
    pointA , midPoint , pointC , normalized
    )
    dict_keys(['kind', 'word', 'generator', 'expression', 'async', 'params', 'id', 'pos', 'type'])
  • FunctionDeclaration
    function

    rawCalculateBisector

    (
    pointA , pointB , pointC
    )
    dict_keys(['kind', 'word', 'generator', 'expression', 'async', 'params', 'id', 'pos', 'type'])
  • ClassDeclaration
    class comments:
    Bisect tools for a single point
    dict_keys(['kind', 'word', 'parentName', 'type', 'body', 'comments', 'pos'])