Struct e2rcore::implement::math::sphere::Sphere
[−]
[src]
pub struct Sphere {
pub _ori: Mat3x1<f64>,
pub _radius: f64,
pub _bound: AxisAlignedBBox,
pub _vicinity: f64,
}Fields
_ori: Mat3x1<f64>
_radius: f64
_bound: AxisAlignedBBox
_vicinity: f64
Methods
impl Sphere[src]
Trait Implementations
impl Debug for Sphere[src]
impl Clone for Sphere[src]
fn clone(&self) -> Sphere[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