diff --git a/docs/src/index.md b/docs/src/index.md new file mode 100644 index 0000000..d7b59ea --- /dev/null +++ b/docs/src/index.md @@ -0,0 +1,4 @@ +# Comodo.jl + +___________________ + diff --git a/src/functions.jl b/src/functions.jl index fd5bd2c..f17fe74 100644 --- a/src/functions.jl +++ b/src/functions.jl @@ -1535,6 +1535,16 @@ function circlepoints(f::FunctionType,n; dir=:acw) where {FunctionType <: Functi end end +""" + loftlinear(V1,V2;num_steps=2,close_loop=true,face_type=:tri) + + Apply loftlinear for given vectors + +# Arguments: +- `V1::Vector`: n-vector +- `V2::Vector`: n-vector + +""" function loftlinear(V1,V2;num_steps=2,close_loop=true,face_type=:tri) #= The `loftlinear` function spans a surface from input curve `V1` to curve