![]() | CircleDistribution Class |
Namespace: DigitalRune.Mathematics.Statistics
The CircleDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | CircleDistribution | Initializes a new instance of the CircleDistribution class |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Next |
Gets a new random value for the underlying probability distribution.
(Overrides DistributionTNext(Random).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Center |
Gets or sets the center of the circle.
|
![]() | InnerRadius |
Gets or sets the inner radius of the ring.
|
![]() | NextValue | Obsolete.
Gets a new random value for the underlying probability distribution.
(Inherited from DistributionT.) |
![]() | OuterRadius |
Gets or sets the outer radius of the ring.
|
![]() | Random | Obsolete.
Gets or sets the random number generator.
(Inherited from DistributionT.) |
![]() | Scale |
Gets or sets the scale factors that are multiplied to the random position.
|
The circle lies in the xy-plane. Two radii can be specified: InnerRadius and OuterRadius. These radii define a ring. Random values from the area of this ring are created.