Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a point on the shape boundary for which MAT vertex information has not necessarily been calculated.

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • Parameters

    • curve: Curve

      The Curve on the shape boundary this points belong to.

    • t: number

      The bezier parameter value on the curve to identify the point coordinates.

    Returns PointOnShape

Properties

curve

curve: Curve

The Curve on the shape boundary this points belong to.

Private p_

p_: number[] = undefined

t

t: number

The bezier parameter value on the curve to identify the point coordinates.

Accessors

p

  • get p(): number[]

Methods

Static getOsculatingCircle

  • Returns the osculating circle at this point of the curve.

    Parameters

    • maxOsculatingCircleRadius: number

      If not Number.POSITIVE_INFINITY then the circle radius will be limited to this value.

    • pos: PointOnShape

      The PointOnShape identifying the point.

    Returns Circle

Generated using TypeDoc