コード例 #1
0
ファイル: Fast3DScripts.cs プロジェクト: bblpny/Quad64
 public bool Equals(Vertex128 other)
 {
     return(other.Equals((Vertex128)this));
 }