Class VoronoiGridOptions
Inheritance
VoronoiGridOptions
Assembly: Sylves.dll
Syntax
public class VoronoiGridOptions
Constructors
VoronoiGridOptions()
Declaration
public VoronoiGridOptions()
Properties
BorderRelaxation
Declaration
public BorderRelaxation BorderRelaxation { get; set; }
Property Value
CenterType
Declaration
public VoronoiCenterType CenterType { get; set; }
Property Value
ClipMax
Declaration
public Vector2? ClipMax { get; set; }
Property Value
ClipMin
Declaration
public Vector2? ClipMin { get; set; }
Property Value
LloydRelaxationIterations
Declaration
public int LloydRelaxationIterations { get; set; }
Property Value