Bitbybit Docs
    Preparing search index...

    Class LineLineIntersectionDto (Inputs.Line)

    Two lines and the rules for line.lineLineIntersection.

    Index

    Constructors

    Properties

    The first line.

    undefined
    

    The second line.

    undefined
    
    checkSegmentsOnly?: boolean

    When true, the crossing must lie within both segments; when false the lines are extended without end.

    true
    
    tolerance?: number

    How close, in model units, two lines must come to count as meeting; also the distance below which a line counts as having no length.

    0.01
    

    0

    Infinity

    0.1