public BoundingSphere(Vector3 center, float r) { sphere = new SlimDX.BoundingSphere(center, r); }
public BoundingSphere() { sphere = new SlimDX.BoundingSphere(); }