openrndr
Toggle table of contents
0.5.0-dev.24+01d4f82
common
Target filter
common
Switch theme
Search in API
Skip to content
openrndr
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
.