コード例 #1
0
 /// <summary>
 /// Creates (of finds an existing) vertex for the given position
 /// </summary>
 /// <param name="position"></param>
 /// <returns></returns>
 public Vertex GetVertexForPosition(Vec3d position)
 {
     return(VertexQuery.GetVertexForPosition(_vertices, position));
 }