• Preparing search index...
  • The search index is not available
tsParticles - v3.0.0
  • tsParticles
  • tsParticles Polygon Mask Plugin
  • utils
  • calcClosestPointOnSegment

Function calcClosestPointOnSegment

  • calcClosestPointOnSegment(s1, s2, pos): ICoordinates & {
        isOnSegment: boolean;
    }
  • Parameters

    • s1: ICoordinates
    • s2: ICoordinates
    • pos: ICoordinates

    Returns ICoordinates & {
        isOnSegment: boolean;
    }

    the closest point on the segment

    • Defined in docs-gen/tmp/tsparticles/plugins/polygonMask/src/utils.ts:195

Settings

Member Visibility
tsParticles - v3.0.0
  • Loading...