20 #if !defined(__MITSUBA_CORE_VMF_H_)
21 #define __MITSUBA_CORE_VMF_H_
23 #include <mitsuba/mitsuba.h>
57 Float getMeanCosine()
const;
71 std::string toString()
const;
Float getKappa() const
Return the concentration parameter kappa.
Definition: vmf.h:52
#define MTS_EXPORT_CORE
Definition: getopt.h:29
void setKappa(Float kappa)
Return the concentration parameter kappa.
Definition: vmf.h:47
VonMisesFisherDistr(Float kappa=0)
Create a new von Mises-Fisher distribution with the given concentration parameter.
Definition: vmf.h:44
Von Mises-Fisher distribution on the 2-sphere.
Definition: vmf.h:38