Struct rs_pbrt::core::reflection::DisneyFresnel
source · pub struct DisneyFresnel { /* private fields */ }
Expand description
Specialized Fresnel function used for the specular component, based on a mixture between dielectric and the Schlick Fresnel approximation.
Implementations§
Trait Implementations§
source§impl Clone for DisneyFresnel
impl Clone for DisneyFresnel
source§fn clone(&self) -> DisneyFresnel
fn clone(&self) -> DisneyFresnel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DisneyFresnel
impl Debug for DisneyFresnel
impl Copy for DisneyFresnel
Auto Trait Implementations§
impl RefUnwindSafe for DisneyFresnel
impl Send for DisneyFresnel
impl Sync for DisneyFresnel
impl Unpin for DisneyFresnel
impl UnwindSafe for DisneyFresnel
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