Class BoundedVoronoi
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.U2D.TriangleNet.Voronoi
Syntax
public class BoundedVoronoi : VoronoiBase
Constructors
BoundedVoronoi(Mesh)
Declaration
public BoundedVoronoi(Mesh mesh)
Parameters
Type | Name | Description |
---|---|---|
Mesh | mesh |
BoundedVoronoi(Mesh, IVoronoiFactory, IPredicates)
Declaration
public BoundedVoronoi(Mesh mesh, IVoronoiFactory factory, IPredicates predicates)
Parameters
Type | Name | Description |
---|---|---|
Mesh | mesh | |
IVoronoiFactory | factory | |
IPredicates | predicates |