bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class ConstraintTanLinesOnTwoCirclesDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    circle1: T

    The first circle for tangential lines

    undefined
    
    circle2: T

    The second circle for tangential lines

    undefined
    
    tolerance: number

    tolerance

    1e-7
    

    0

    Infinity

    0.00001

    positionResult: positionResultEnum

    Filters resulting lines by position relative to circles

    all
    
    circleRemainders: twoCircleInclusionEnum

    Splits provided circles on tangent points and returns those as part of the solutions This only works when number of solutions is limited to 2 lines, when solution involves more than 4 lines, this option will be ignored.

    none