예제 #1
0
 public uint Vertex(uint idx, out T x, out T y)
 {
     return(m_vertices.Vertex(idx, out x, out y));
 }