Click or drag to resize

PoissonDiskProperties Class

Class for holding properties for generating a Poisson disk sample set.
Inheritance Hierarchy
SystemObject
  Gamelogic.GridsPoissonDiskProperties

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
[VersionAttribute(1, 8, 0)]
public class PoissonDiskProperties

The PoissonDiskProperties type exposes the following members.

Constructors
  NameDescription
Public methodPoissonDiskProperties
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldminimumDistance
The minimum distance between points.
Public fieldpointCount
Number of points tried per iteration.
Public fieldrange
The rectangle in which points are generated.
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also