![]() |
Carna Version 3.3.3
|
Defines ray in \(D^d\) where \(D\) is the Scalar
type derived from VectorType and \(d\) is dimension of VectorType.
More...
#include <Ray.h>
Public Types | |
typedef VectorType | Vector |
Reflects the VectorType argument this class template was instantiated with. | |
Public Attributes | |
VectorType | origin |
Holds the origin of this ray. | |
VectorType | direction |
Holds the direction of this ray. | |
Defines ray in \(D^d\) where \(D\) is the Scalar
type derived from VectorType and \(d\) is dimension of VectorType.
VectorType | Specifies the which vector type is to use. |
typedef VectorType Carna::base::math::Ray< VectorType >::Vector |
VectorType Carna::base::math::Ray< VectorType >::direction |
VectorType Carna::base::math::Ray< VectorType >::origin |
Documentation generated by Doxygen