head method

Vector3 head()

Returns the head of this half-edge. That's a reference to the own vertex.

Implementation

Vector3 head() {
	return vertex;
}