Light::Ray class full member list
Functions
- Ray()
- Ray(const Math::VectorPair3 &ray, double intensity = [...], double wavelen = [...])
- Math::Vector<N> & direction()
- const Math::Vector<N> & direction() const
- double get_intensity() const
- double get_wavelen() const
- Math::Vector<3> ln_ln_clst_pt(const Math::VectorPair<3> &line) const
- double ln_ln_clst_pt_scale(const Math::VectorPair<3> &line) const
- Math::Vector<N> ln_pt_clst_pt(const Math::Vector<N> &point) const
- double ln_pt_clst_pt_scale(const Math::Vector<N> &point) const
- Math::Vector<N> & normal()
- const Math::Vector<N> & normal() const
- Math::VectorPairBase<3> operator*(double factor)
- const Math::VectorPairBase<3> & operator+=(const Math::VectorPairBase<3> &p)
- const Math::Vector<N> & operator[](int n) const
- Math::Vector<N> & operator[](int n)
- Math::Vector<N> & origin()
- const Math::Vector<N> & origin() const
- Math::Vector<3> pl_ln_intersect(const Math::VectorPair<3> &line) const
- double pl_ln_intersect_scale(const Math::VectorPair<3> &line) const
- Math::Vector<N> seg_pt_clst_pt(const Math::Vector<N> &point) const
- double seg_pt_clst_pt_scale(const Math::Vector<N> &point) const
- void set_intensity(double intensity)
- void set_wavelen(double wavelen)
- double x0() const
- double & x0()
- double x1() const
- double & x1()
- double y0() const
- double & y0()
- double y1() const
- double & y1()
- double z0() const
- double & z0()
- double z1() const
- double & z1()