Trait fj_kernel::operations::BuildSurface
source · pub trait BuildSurface {
// Provided method
fn plane_from_points(points: [impl Into<Point<3>>; 3]) -> Surface { ... }
}Expand description
Build a Surface
pub trait BuildSurface {
// Provided method
fn plane_from_points(points: [impl Into<Point<3>>; 3]) -> Surface { ... }
}Build a Surface