コード例 #1
0
ファイル: PathStorage.cs プロジェクト: MichealWen/sharpmapv2
 public uint Vertex(uint idx, out T x, out T y)
 {
     return(m_vertices.Vertex(idx, out x, out y));
 }