neco-mesh 0.1.0

1D/2D/3D mesh and voxel discretization primitives
Documentation
1
2
3
4
5
6
7
8
pub use neco_cdt::{insphere, orient3d};

use crate::point3::Point3;

#[inline]
pub fn p3(p: &Point3) -> [f64; 3] {
    (*p).into()
}