Show / Hide Table of Contents

Class VoronoiGridOptions

Inheritance
System.Object
VoronoiGridOptions
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class VoronoiGridOptions : Object

Constructors

VoronoiGridOptions()

Declaration
public VoronoiGridOptions()

Properties

BorderRelaxation

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

ClipMax

Declaration
public Nullable<Vector2> ClipMax { get; set; }
Property Value
Type Description
System.Nullable<Vector2>

ClipMin

Declaration
public Nullable<Vector2> ClipMin { get; set; }
Property Value
Type Description
System.Nullable<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
System.Int32
In This Article
Back to top Generated by DocFX