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.