Exemplo n.º 1
0
 public CenteredBox(PosRot posRot, Vector3 extents)
 {
     this.transform = new UFTransform(posRot);
     this.extents   = extents;
 }
Exemplo n.º 2
0
 public CenteredBox(UFTransform transform, Vector3 extents)
 {
     this.transform = transform;
     this.extents   = extents;
 }