Rays
====

The most fundamental type in batoid is the `RayVector`.  This class represents
a collection of geometric rays.  These rays can be generated, traced through
optical systems, and then interrogated to provide insight into PSFs,
aberrations, vignetting, and more.

.. autoclass:: batoid.RayVector
    :members:
