Constructor
new RandomVerticeCircle(paramsopt, verticesCount)
Generates a random vertice near the opposite vertice in 1D hypersphere.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
params |
object |
<optional> |
{} | See the params of the RandomVertice constructor for details. |
verticesCount |
number | count of vertices in the random vertices cloud. |
- Source:
Extends
- RandomVertice