Beispiel #1
0
 public DynamicWireframe(Wireframe frame)
     : this(frame.Blocks)
 {
 }
Beispiel #2
0
 public bool Equals(Wireframe other)
 {
     return(GetHashCode() == other.GetHashCode());
 }