orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-dnk3
/
org.openrndr.extra.dnk3
/
PathMesh
Path
Mesh
class
PathMesh
(
var
paths
:
MutableList
<
Path3D
>
,
var
material
:
Material
,
var
weight
:
Double
)
:
Entity
(
source
)
Members
Constructors
Path
Mesh
Link copied to clipboard
constructor
(
paths
:
MutableList
<
Path3D
>
,
material
:
Material
,
weight
:
Double
)
Properties
material
Link copied to clipboard
var
material
:
Material
paths
Link copied to clipboard
var
paths
:
MutableList
<
Path3D
>
weight
Link copied to clipboard
var
weight
:
Double
Functions
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String