Class StandardVoronoi
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 StandardVoronoi : VoronoiBase
Constructors
StandardVoronoi(Mesh)
Declaration
public StandardVoronoi(Mesh mesh)
Parameters
Type | Name | Description |
---|---|---|
Mesh | mesh |
StandardVoronoi(Mesh, Rectangle)
Declaration
public StandardVoronoi(Mesh mesh, Rectangle box)
Parameters
Type | Name | Description |
---|---|---|
Mesh | mesh | |
Rectangle | box |
StandardVoronoi(Mesh, Rectangle, IVoronoiFactory, IPredicates)
Declaration
public StandardVoronoi(Mesh mesh, Rectangle box, IVoronoiFactory factory, IPredicates predicates)
Parameters
Type | Name | Description |
---|---|---|
Mesh | mesh | |
Rectangle | box | |
IVoronoiFactory | factory | |
IPredicates | predicates |