SEGLEN

f = SEGLEN (Ax, Ay, Bx, By)

Length of line segment AB. The starting and ending point of the line segment is given by (Ax, Ay) and (Bx, By).

Example

Ax = 150
Ay = 50
Bx = 50
By = 100

print "SEGLEN: "; SEGLEN(Ax, Ay, Bx, By); " pixel"   ' Outut: SEGLEN: 111.8 Pixel
Math
If there is insufficient information on this page and you wish learn more about SEGLEN, please send an email to smallbasic@gmail.com. You can help to improve information about SEGLEN by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.