Struct e2rcore::implement::math::bound_sphere::BoundSphere
[−]
[src]
pub struct BoundSphere {}
Methods
impl BoundSphere[src]
Trait Implementations
impl Debug for BoundSphere[src]
impl Clone for BoundSphere[src]
fn clone(&self) -> BoundSphere[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl IBound for BoundSphere[src]
fn get_type(&self) -> BoundType[src]
fn intersect(&self, other: &IBound) -> bool[src]
fn get_shortest_separation(&self, other: &IBound) -> f64[src]
fn get_bound_data(&self) -> [f64; 32][src]
fn get_union(&mut self, bounds: &[&IBound])[src]
fn get_centroid(&self) -> [f64; 3][src]
impl Default for BoundSphere[src]
fn default() -> BoundSphere[src]
Returns the "default value" for a type. Read more