Class: RandomVerticeSphere

RandomVerticeSphere.RandomVerticeSphere(paramsopt, verticesCount)

RandomVerticemodule:RandomVerticeSphere.RandomVerticeSphere
Generates a random vertice near the opposite vertice in 2D hypersphere.

Constructor

new RandomVerticeSphere(paramsopt, verticesCount)

Generates a random vertice near the opposite vertice in 2D hypersphere.
Parameters:
Name Type Attributes Default Description
params object <optional>
{} See the params of the RandomVertice constructor for details.
Properties
Name Type Attributes Description
circlesCount object <optional>
Count of the circles in the sphere.
verticesCount number count of vertices in the random vertices cloud.
Source:

Extends

  • RandomVertice