public Quaternion(double s, MyVector3 v) { this.s = s; this.v = v; }
public void AddVertexToModel(MyVector3 vert) { vertices.Add(vert); }