Exemplo n.º 1
0
 public BoundSphere(float radius, IShapeRoot root, Vector3 localposition) : this(radius, root)
 {
     CompoundOffset = localposition;
 }
Exemplo n.º 2
0
 public AABB(Vector3 radii, IShapeRoot root) : this(radii)
 {
     this.root = root;
 }
Exemplo n.º 3
0
 public BoundSphere(float radius, IShapeRoot root) : this(radius)
 {
     this.root = root;
 }