Documentation - v19.2.0-dev
    Preparing search index...
    • Projects a point onto a segment (start, end).

      Parameters

      • startPoint: Vector3
      • endPoint: Vector3
      • point: Vector3
      • target: Vector3
      • minThreshold: number = 0

        If interpolation is under minThreshold, target will be set to start point

      • maxThreshold: number = 1

        If interpolation above maxThreshold, target will be set to end point

      Returns void

      0
      
      1