Struct rs_pbrt::core::bssrdf::BssrdfTable
source · pub struct BssrdfTable {
pub n_rho_samples: i32,
pub n_radius_samples: i32,
pub rho_samples: Vec<Float>,
pub radius_samples: Vec<Float>,
pub profile: Vec<Float>,
pub rho_eff: Vec<Float>,
pub profile_cdf: Vec<Float>,
}
Fields§
§n_rho_samples: i32
§n_radius_samples: i32
§rho_samples: Vec<Float>
§radius_samples: Vec<Float>
§profile: Vec<Float>
§rho_eff: Vec<Float>
§profile_cdf: Vec<Float>
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BssrdfTable
impl Send for BssrdfTable
impl Sync for BssrdfTable
impl Unpin for BssrdfTable
impl UnwindSafe for BssrdfTable
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more