• Preparing search index...
  • The search index is not available
Atmospheric Edge-Path Bundling
  • Atmospheric Edge-Path Bundling
  • EdgeBundling/utils/deCasteljau
  • deCasteljau

Function deCasteljau

  • deCasteljau(t: number, controlPoints: Coordinate[]): Coordinate
  • This function computes a point on a Bézier curve using De Casteljau's algorithm.

    Parameters

    • t: number

      The interpolation parameter

    • controlPoints: Coordinate[]

      The control points of the Bézier curve

    Returns Coordinate

    The point on the Bézier curve

    • Defined in EdgeBundling/utils/deCasteljau.ts:24

Settings

Member Visibility
Atmospheric Edge-Path Bundling
  • Loading...

Generated using TypeDoc