Paramdigma / Core

Paramdigma.Core — Architectural Geometry Library for .Net
MIT License
9 stars 0 forks source link

Nurbs curves and surfaces initial functionality #18

Closed AlanRynne closed 3 years ago

AlanRynne commented 3 years ago

Nurbs curves and surfaces from 'The Nurbs Curve'.

Can compute points and derivatives at any parameter.

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (f3dab85) into develop (d5abd74) will increase coverage by 3.26%. The diff coverage is 69.32%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #18      +/-   ##
===========================================
+ Coverage    62.80%   66.07%   +3.26%     
===========================================
  Files           60       62       +2     
  Lines         3081     3472     +391     
===========================================
+ Hits          1935     2294     +359     
- Misses        1146     1178      +32     
Impacted Files Coverage Δ
src/Curves/Geodesics.cs 0.00% <0.00%> (ø)
src/Exceptions/UnsetGeometryException.cs 20.00% <0.00%> (-13.34%) :arrow_down:
src/Extensions/Lists.cs 100.00% <ø> (ø)
src/Geometry/3D/Mesh/MeshTopology.cs 0.00% <0.00%> (ø)
src/Geometry/3D/Primitives/Torus.cs 0.00% <0.00%> (ø)
src/Geometry/Base/InvalidCurveException.cs 0.00% <ø> (ø)
src/Geometry/SpatialStructures/PointCloud.cs 0.00% <0.00%> (ø)
src/Geometry/SpatialStructures/PointCloudMember.cs 0.00% <0.00%> (ø)
src/IO/OBJMeshData.cs 0.00% <0.00%> (ø)
src/IO/OFFMeshData.cs 0.00% <0.00%> (ø)
... and 55 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c457dd7...f3dab85. Read the comment docs.