openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-shape
/
org.openrndr.shape
/
Path3D
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
from
Points
Link copied to clipboard
fun
fromPoints
(
points
:
List
<
Vector3
>
,
closed
:
Boolean
)
:
Path3D
from
Segments
Link copied to clipboard
fun
fromSegments
(
segments
:
List
<
Segment3D
>
,
closed
:
Boolean
,
distanceTolerance
:
Double
=
0.001
)
:
Path3D
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
Path3D