Vertex

Struct that represents a Vertex with a vec3 (position)

Constructors

this
this(vec3 position)
Undocumented in source.

Members

Functions

duplicate
Vertex duplicate()

Creates a copy of the vertex.

positionToVec3
vec3 positionToVec3()

Vector containing the Vertex's coordinates (3D).

Variables

x
float x;
Undocumented in source.
y
float y;
Undocumented in source.
z
float z;
Undocumented in source.

Meta