Function four_bar::plot::plot3d::area3d

source ·
pub fn area3d<'a, I>(pts: I) -> [Range<f64>; 3]where
    I: IntoIterator<Item = &'a [f64; 3]>,
Available on crate feature plot only.
Expand description

Get the area of a set of points in 3D.