toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-math
/
io.rtron.math.geometry.euclidean.threed.surface
/
Polygon3D
/
Companion
Companion
object
Companion
Members
Properties
TETRAGON
Link copied to clipboard
val
TETRAGON
:
Polygon3D
Functions
of
Link copied to clipboard
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
.