public final class TestVertices extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Vertex> |
makeRandomVertices(int nVertices,
int seed)
Creates a set of vertices randomly positioned over a
square area from (0,0) to (1,1).
|
public static List<Vertex> makeRandomVertices(int nVertices, int seed)
nVertices - the number of vertices to be createdseed - a seed for creating the pseudo-random series.Copyright © 2019. All rights reserved.