DistanceToLineSegment: Distance to a line segment 'DistanceToLineSegment' Computes...

Description Usage Arguments Value

Description

Distance to a line segment DistanceToLineSegment Computes the distance between a point and the nearest point on a line segment

Usage

1
DistanceToLineSegment(px, py, ax, ay, bx, by)

Arguments

px

The x coordinate of a point.

py

The y coordinate of a point.

ax

The x coordinate of one end of a line.

ay

The y coordinate of one end of a line.

bx

The x coordinate of the other end of a line.

by

The y coordinate of the other end of a line.

Value

The distance.


NumbersInternational/qrserver documentation built on May 7, 2019, 7:19 p.m.