Struct mgf::Tetrahedron[][src]

pub struct Tetrahedron {
    pub a: Vector3<f32>,
    pub b: Vector3<f32>,
    pub c: Vector3<f32>,
    pub d: Vector3<f32>,
}

Four points in space forming a 3D geometry with four faces.

Fields

Trait Implementations

impl From<(Point3<f32>, Point3<f32>, Point3<f32>, Point3<f32>)> for Tetrahedron
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Tetrahedron

impl Sync for Tetrahedron