Vertex constructor

Vertex(
  1. Vector3 v
)

Implementation

Vertex(this.v) {
	this.position = v;
}