Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ShapeWithToleranceDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional tolerance: number

    Returns ShapeWithToleranceDto<T>

Properties

shape

shape: T

The shape

default

undefined

tolerance

tolerance: number

Tolerance used for intersections

default

1.0e-7

minimum

0

maximum

Infinity

step

0.000001

Generated using TypeDoc