Point between two points
(point_pointbetween)


Result (point)

Parameter Name
Type
Description
p1
point

First reference Point P1

p2
point

Second reference Point P2

p
prop

The ratio of distanceds P1-P to P2-P1

For values: 0 < Input < 1 ... the point created is located between P1 and P2. Input > 1 ... the point created is located outside of P2 Input < 0 ... the point created is located outside of P1





Homepage