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

    Class ConstraintTanLinesFromPtToCircleDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    circle: T

    The circle for tangent points

    undefined
    
    point: Point3

    The point from which to find the lines

    undefined
    
    tolerance: number

    tolerance

    1e-7
    

    0

    Infinity

    0.00001

    positionResult: positionResultEnum

    Filters resulting lines by position

    all
    
    circleRemainder: circleInclusionEnum

    Splits provided circle on tangent points and adds it to the solutions This only works when number of solutions contains 2 lines, when solution involves more than 4 lines, this option will be ignored.

    none