toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-math
/
io.rtron.math.geometry.euclidean.threed.surface
/
Polygon3D
/
Companion
/
of
of
fun
of
(
vararg
vectors
:
Vector3D
,
tolerance
:
Double
)
:
Polygon3D
Constructs a polygon based on the
vectors
.
fun
of
(
vectors
:
Triple
<
Vector3D
,
Vector3D
,
Vector3D
>
,
tolerance
:
Double
)
:
Polygon3D
Constructs a polygon based on a
Triple
of
vectors
.