openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-shape
/
org.openrndr.shape
/
LineSegment
/
pointAtLength
point
At
Length
fun
pointAtLength
(
length
:
Double
)
:
Vector2
(
source
)
Calculates the point at a given distance along this
LineSegment
.
Parameters
length
the distance along the
LineSegment
.