Companion

object Companion

Properties

Link copied to clipboard

Functions

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.