openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-shape
/
org.openrndr.shape
/
LineSegment
/
split
split
fun
split
(
t
:
Double
)
:
Array
<
LineSegment
>
(
source
)
Splits line segment at given
t
value.
Parameters
t
The
t
value in the range of
0.0
to
1.0
.