ホーム » 2010 » 10月 » 19

日別アーカイブ: 2010/10/19

2010年10月
 12
3456789
10111213141516
17181920212223
24252627282930
31  

人気の投稿とページ

カテゴリー

最近の投稿

アーカイブ

ブログ統計情報

  • 120,364 アクセス




FaceA::Search の高速化

データが増えると遅かったので改良 BOOL FaceA::Search(const long edgeS,const long edgeE,long* left_Face,long* rightFace) const { […]

Continue Reading →

CArray の要素のコピー

FaceA::FaceA (const FaceA& other) { // ループによるコピー   Faces.SetSize(other.Faces.GetSize()) ;   for (int index […]

Continue Reading →