Struct rust_pathtracer::globals::ScatterSampleRec
source · pub struct ScatterSampleRec {
pub l: F3,
pub f: F3,
pub pdf: F,
}Fields§
§l: F3§f: F3§pdf: FImplementations§
Trait Implementations§
source§impl Clone for ScatterSampleRec
impl Clone for ScatterSampleRec
source§fn clone(&self) -> ScatterSampleRec
fn clone(&self) -> ScatterSampleRec
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 ScatterSampleRec
impl Debug for ScatterSampleRec
source§impl PartialEq<ScatterSampleRec> for ScatterSampleRec
impl PartialEq<ScatterSampleRec> for ScatterSampleRec
source§fn eq(&self, other: &ScatterSampleRec) -> bool
fn eq(&self, other: &ScatterSampleRec) -> bool
This method tests for
self and other values to be equal, and is used
by ==.