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