Skip to contents

Internal. Split a line segment defined by points A-B into n parts

Usage

splitLine(A, B, n)

Arguments

A

numeric giving coordinates of first point

B

numeric giving coordinates of second point

n

numeric number of segments to divide the distance between points with

Author

Jorge Garcia Molinos