- Vertex - Class in jto.p5graphtheory
-
This is the Vertex
class.
This represents a vertex in a graph.
- Vertex(PVector) - Constructor for class jto.p5graphtheory.Vertex
-
This is the constructor for Vertex
objects.
- Vertex(int, int, int) - Constructor for class jto.p5graphtheory.Vertex
-
This is the constructor for 3D Vertex
objects.
- Vertex(int, int) - Constructor for class jto.p5graphtheory.Vertex
-
This is the constructor for 2D Vertex
objects.
In this case the z-coordinate is set to 0.
- Vertex(float, float, float) - Constructor for class jto.p5graphtheory.Vertex
-
This is the constructor for Vertex
objects.
- Vertex(float, float) - Constructor for class jto.p5graphtheory.Vertex
-
This is the constructor for 2D Vertex
objects.
In this case the z-coordinate is set to 0.