Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContactPoint

Represents a point on the shape boundary for which MAT data has been calculated.

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • pointOnShape: PointOnShape

      Identifies the point on the shape boundary.

    • circle: Circle

      The maximal disk circle touching this point.

    • order: number

      Internally used to order two points lying at the same planar point.

    • order2: number

      Internally used to order two points lying at the same planar point.

    Returns ContactPoint

Properties

circle

circle: Circle

The maximal disk circle touching this point.

order

order: number

Internally used to order two points lying at the same planar point.

order2

order2: number

Internally used to order two points lying at the same planar point.

pointOnShape

pointOnShape: PointOnShape

Identifies the point on the shape boundary.

Methods

Static compare

  • Primarily for internal use.

    Compares the two contact points according to their order along the shape boundary. Returns > 0 if a > b, < 0 if a < b or 0 if a === b.

    Parameters

    Returns number

Generated using TypeDoc