Skip to content

editorGlobalsPointIntersection

Class: PointIntersection

A PointIntersection marks a corner where two outlines intersect online in one Point.

Hierarchy

PointIntersection

Index

Constructors

Properties

Methods

Constructors

constructor

+ new PointIntersection(point: Vector3, line: Line3): PointIntersection

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

Parameters:

Name Type
point Vector3
line Line3

Returns: PointIntersection

Properties

coefficient

coefficient: number

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


point

point: Vector3

Defined in src/model/data/PhysicalObject/Intersections/PointIntersection.ts:8

Methods

getMaxCoefficient

getMaxCoefficient(): number

Overrides Intersection.getMaxCoefficient

Defined in src/model/data/PhysicalObject/Intersections/PointIntersection.ts:20

Returns: number


getMinCoefficient

getMinCoefficient(): number

Overrides Intersection.getMinCoefficient

Defined in src/model/data/PhysicalObject/Intersections/PointIntersection.ts:16

Returns: number