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

    Class MeshMeshIntersectionTwoShapesDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape1: T
      • Optionalshape2: T
      • Optionalprecision1: number
      • Optionalprecision2: number

      Returns MeshMeshIntersectionTwoShapesDto<T>

    Properties

    shape1: T

    First shape to be used for intersection

    undefined
    
    precision1?: number

    Precision of first shape to be used for meshing and computing intersection. Keep in mind that the lower this value is, the more triangles will be produced and thus the slower the computation.

    0.01
    

    0

    Infinity

    0.01

    shape2: T

    Second shape to be used for intersection

    undefined
    
    precision2?: number

    Precision of second shape to be used for meshing and computing intersection. Keep in mind that the lower this value is, the more triangles will be produced and thus the slower the computation.

    0.01
    

    0

    Infinity

    0.01