Exemple #1
0
 private static ClipVertex[] MakeClipPointVector()
 {
     ClipVertex[] r = new ClipVertex[2];
     r[0] = new ClipVertex();
     r[1] = new ClipVertex();
     return(r);
 }
Exemple #2
0
 public void Set(ClipVertex other)
 {
     v.SetV(other.v);
     id.Set(other.id);
 }