44 #include "RiTypesHelper.h"
105 m_hasNegativeDeterminant(false),
106 m_normalizationFactor(1.0f)
114 RtColorRGB* emission)
const;
118 RtUString
const iesProfile);
123 RtPoint3
const& offsetP, RtVector3
const& segmentDir,
124 float& minT,
float& maxT)
const;
135 void SetConeAngle(
float v) { m_coneAngle = v; m_cosConeAngle = cosf(m_coneAngle); }
142 PRMAN_INLINE
float calcLongitude(
float x,
float y,
bool isExr)
const;
144 PRMAN_INLINE
void calcLatLongParam(
152 IESProfile m_iesProfile;
155 float m_cosConeAngle;
158 bool m_hasNegativeDeterminant;
162 float m_normalizationFactor;