public bool collidesWith(Character ch, out Vector3 n)
 {
     return ch.collidesWith(this.BoundingBox, out n);
 }
 public bool collidesWith(Character ch, out Vector3 n)
 {
     return ch.collidesWith(this.boundingCylinder, out n);
 }