Uses of Class
Microsoft.Xna.Framework.Ray

Packages that use Ray
Microsoft.Xna.Framework   
 

Uses of Ray in Microsoft.Xna.Framework
 

Methods in Microsoft.Xna.Framework with parameters of type Ray
 boolean Ray.Equals(Ray other)
          Determines whether the specified Ray is equal to the current Ray.
 java.lang.Float BoundingSphere.Intersects(Ray ray)
          Checks whether the current BoundingSphere intersects with a specified Ray.
 java.lang.Float BoundingBox.Intersects(Ray ray)
          Checks whether the current BoundingBox intersects a Ray.
 void BoundingSphere.Intersects(Ray ray, java.lang.Float result)
          Checks whether the current BoundingSphere intersects a Ray.
 void BoundingBox.Intersects(Ray ray, java.lang.Float result)
          Checks whether the current BoundingBox intersects a Ray.