Exemplo n.º 1
0
 /// <summary>
 /// Determines whether the current objects contains a point.
 /// </summary>
 /// <param name="point">The point to test.</param>
 /// <returns>The type of containment the two objects have.</returns>
 public ContainmentType Contains(ref Vector3 point)
 {
     return(CollisionsHelper.SphereContainsPoint(ref this, ref point));
 }