Exemplo n.º 1
0
 // Token: 0x06000349 RID: 841 RVA: 0x0000E23F File Offset: 0x0000C43F
 public IntersectionLine2Box2(Line2 line, Box2 box)
 {
     this      = default(IntersectionLine2Box2);
     this.line = line;
     this.box  = box;
 }
Exemplo n.º 2
0
 // Token: 0x06000329 RID: 809 RVA: 0x0000CF1F File Offset: 0x0000B11F
 public IntersectionBox2Box2(Box2 box0, Box2 box1)
 {
     this.box0 = box0;
     this.box1 = box1;
 }