AddVertex method

void AddVertex(
  1. Vector3 v
)

Implementation

void AddVertex(VM.Vector3 v) {
  vertices.add(v.clone());
}