Struct rust_gpu_sdf::raymarch::RaymarchOutput
source · Fields§
§hit: bool
§dist: f32
§steps: u32
Trait Implementations§
source§impl Clone for RaymarchOutput
impl Clone for RaymarchOutput
source§fn clone(&self) -> RaymarchOutput
fn clone(&self) -> RaymarchOutput
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 RaymarchOutput
impl Debug for RaymarchOutput
source§impl Default for RaymarchOutput
impl Default for RaymarchOutput
source§fn default() -> RaymarchOutput
fn default() -> RaymarchOutput
Returns the “default value” for a type. Read more
source§impl PartialEq<RaymarchOutput> for RaymarchOutput
impl PartialEq<RaymarchOutput> for RaymarchOutput
source§fn eq(&self, other: &RaymarchOutput) -> bool
fn eq(&self, other: &RaymarchOutput) -> bool
source§impl PartialOrd<RaymarchOutput> for RaymarchOutput
impl PartialOrd<RaymarchOutput> for RaymarchOutput
source§fn partial_cmp(&self, other: &RaymarchOutput) -> Option<Ordering>
fn partial_cmp(&self, other: &RaymarchOutput) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more