The SamplePoints type exposes the following members.

Constructors

  NameDescription
SamplePoints
Initializes a new instance of the SamplePoints class

Methods

  NameDescription
Cube
Generates eight corner vertices of a cube.
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
RandomInCircle
Generates random vertices inside a circle in the XY-plane.
RandomInCube
Generates random vertices inside a 3d cube.
RandomInRectangle
Generates random vertices inside a rectangle in the XY-plane.
RandomInSphere
Generates random vertices inside a 3d sphere.
RandomOnCircle
Generates random vertices on the circumference of a circle in the XY-plane.
RandomOnCube
Generates random vertices on the surface of a 3d cube.
RandomOnRectangle
Generates random vertices on the perimeter of a rectangle in the XY-plane.
RandomOnSphere
Generates random vertices inside a 3d sphere.
Rectangle
Generates the four corner vertices of a rectangle.
SupershapeStarfish
Generates random points on a 3d starfish supershape.
SupershapeTent
Generates a 3d tent supershape with random vertices.
TiledGrid
Generates vertices on a 2d rectangular tiled grid.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also