RenderMan API  23.0
RixLight::RixSamplePoint Struct Reference

#include <RixLight.h>

Public Member Functions

 RixSamplePoint (int const &inPatchIndex, RtFloat3 const &inUvw, RtFloat3 const &inDirection, float const &inDistance)
 

Public Attributes

int const patchIndex
 
RtFloat3 const uvw
 
RtFloat3 const direction
 
float const distance
 

Detailed Description

Definition at line 135 of file RixLight.h.

Constructor & Destructor Documentation

◆ RixSamplePoint()

RixLight::RixSamplePoint::RixSamplePoint ( int const &  inPatchIndex,
RtFloat3 const &  inUvw,
RtFloat3 const &  inDirection,
float const &  inDistance 
)
inline

Definition at line 142 of file RixLight.h.

Member Data Documentation

◆ direction

RtFloat3 const RixLight::RixSamplePoint::direction

Definition at line 139 of file RixLight.h.

◆ distance

float const RixLight::RixSamplePoint::distance

Definition at line 140 of file RixLight.h.

◆ patchIndex

int const RixLight::RixSamplePoint::patchIndex

Definition at line 137 of file RixLight.h.

◆ uvw

RtFloat3 const RixLight::RixSamplePoint::uvw

Definition at line 138 of file RixLight.h.


The documentation for this struct was generated from the following file: