Trait fj_kernel::builder::SurfaceBuilder
source · pub trait SurfaceBuilder {
fn from_axes(u: GlobalPath, v: impl Into<Vector<3>>) -> Self;
fn plane_from_points(points: [impl Into<Point<3>>; 3]) -> Self;
}Expand description
Builder API for PartialSurface
Required Methods§
sourcefn from_axes(u: GlobalPath, v: impl Into<Vector<3>>) -> Self
fn from_axes(u: GlobalPath, v: impl Into<Vector<3>>) -> Self
Build a surface from its two axes
sourcefn plane_from_points(points: [impl Into<Point<3>>; 3]) -> Self
fn plane_from_points(points: [impl Into<Point<3>>; 3]) -> Self
Construct a plane from 3 points