Struct tessellation::Plane [] [src]

pub struct Plane<S: 'static + Real + Debug> {
    pub p: Point3<S>,
    pub n: Vector3<S>,
}

Fields

Trait Implementations

impl<S: Clone + 'static + Real + Debug> Clone for Plane<S>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<S: Copy + 'static + Real + Debug> Copy for Plane<S>
[src]

impl<S: Debug + 'static + Real + Debug> Debug for Plane<S>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<S> Send for Plane<S>

impl<S> Sync for Plane<S>