![]() | SphereDistribution Class |
Namespace: DigitalRune.Mathematics.Statistics
The SphereDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | SphereDistribution | Initializes a new instance of the SphereDistribution 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 sphere.
|
![]() | InnerRadius |
Gets or sets the inner radius of the sphere.
|
![]() | NextValue | Obsolete.
Gets a new random value for the underlying probability distribution.
(Inherited from DistributionT.) |
![]() | OuterRadius |
Gets or sets the outer radius of the circle.
|
![]() | 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.
|
Two radii can be specified: InnerRadius and OuterRadius. These radii define a spherical shell. The method Next(Random) returns random positions from within this shell.