Show / Hide Table of Contents

Class VoronoiGridOptions

Inheritance
object
VoronoiGridOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class VoronoiGridOptions

Constructors

VoronoiGridOptions()

Declaration
public VoronoiGridOptions()

Properties

BorderRelaxation

Declaration
public BorderRelaxation BorderRelaxation { get; set; }
Property Value
Type Description
BorderRelaxation

CenterType

Declaration
public VoronoiCenterType CenterType { get; set; }
Property Value
Type Description
VoronoiCenterType

ClipMax

Declaration
public Vector2? ClipMax { get; set; }
Property Value
Type Description
Vector2?

ClipMin

Declaration
public Vector2? ClipMin { get; set; }
Property Value
Type Description
Vector2?

LloydRelaxationIterations

Applies this many steps of https://en.wikipedia.org/wiki/Lloyd's_algorithm giving move evenly sized cell.

Declaration
public int LloydRelaxationIterations { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX