Skip to content

editorGlobalsIntersection

Class: Intersection

Hierarchy

  • Intersection

PointIntersection

SectionIntersection

Index

Properties

Methods

Properties

Static Private tolerance

tolerance: number = Config.getAndWatch( "modelLimits.maximumPositionEqualityDistance", v => (Intersection.tolerance = v), )

Defined in src/model/data/PhysicalObject/Intersections/Intersection.ts:4

Methods

Abstract getMaxCoefficient

getMaxCoefficient(): number

Defined in src/model/data/PhysicalObject/Intersections/Intersection.ts:10

Returns: number


Abstract getMinCoefficient

getMinCoefficient(): number

Defined in src/model/data/PhysicalObject/Intersections/Intersection.ts:9

Returns: number