# LNLib
**Repository Path**: luliag/LNLib
## Basic Information
- **Project Name**: LNLib
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: LGPL-2.1
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-07-16
- **Last Updated**: 2025-07-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Introduction
**LNLib is a C++ NURBS Algorithms Library.**
These algorithms are primary referenced from [The NURBS Book 2nd Edition](https://link.springer.com/book/10.1007/978-3-642-97385-7).
The APIs are re-designed to make it more friendly to users.
## Run LNLib
Please run build.bat first to construct C++ solution by CMake.
## Features
Basic Elements:
- UV
- XYZ
- XYZW
- Matrix4d
- LNObject
Algorithms in ***The Nurbs Book***:
|Chapter|Content|
|--|--|
|***Chapter 1*** | Basis Function Computation |
|***Chapter 1 to 4*** | Bezier/B-Spline/NURBS Curve and Surface |
|***Chapter 5*** | Curve and Surface DecompositionKnot Insertion/Refinement/RemovalDegree Elevation and Reduction |
|***Chapter 6*** | Curve/Surface Point InversionSurface Tangent Vector InversionCurve/Surface ReparameterizationCurve Transform and Reverse Surface Swap and Reverse|
|***Chapter 7*** | Create Arc/Conic Curve |
|***Chapter 8*** | Create Bilinear/Cylindrical/Ruled/Revolved/CornerFillet Surface |
|***Chapter 9*** | Global/Local Curve/Surface Interpolation and Approximation |
|***Chapter 10*** | Create Swung/Loft/Sweep/Gordon/Coons Surface |
|***Chapter 11*** | Curve Modification in Control Point Locations or Weight Values |
|***Chapter 12*** | Curve Clamp/UnClamp/IsClamp KnotVector IsUniform Curve IsClosed/IsPeriodic|
Additional Algorithms:
|Description|Content|
|--|--|
|***Basic Properties*** | Curve/Surface Curvature and NormalCurve Split/Segment/Merge/OffsetCurve IsLinear/IsArcCurve Approximate LengthSurface Approximate Area |
|***Curve Creation*** | Create Line/Cubic Hermite |
|***Tessellation*** | Curve Tessellation Surface Triangulation|
## Visualization
[LNLibViewer](https://github.com/BIMCoderLiang/LNLibViewer) based on [VTK](https://vtk.org/)

## NURBS Fitting by Neural Network
[ND-LNLib](https://github.com/BIMCoderLiang/NURBS-Diff-with-LNLib) based on [LibTorch](https://pytorch.org/cppdocs/installing.html) (PyTorch C++ version)

## Understand LNLib by LLM
Welcome to use https://deepwiki.com/BIMCoderLiang/LNLib powered by Devin.
## Contributing
Welcome join this project including discussions in **Issues** and make **Pull requests**.
## Author
LNLib is created by Yuqing Liang (BIMCoder Liang).
- bim.frankliang@foxmail.com
- 微信公众号:**BIMCoder**
## License
The source code is published under [LGPL 2.1](https://www.gnu.org/licenses/), the license is available [here](LICENSE).
## Primary Reference
[The NURBS Book 2nd Edition](https://link.springer.com/book/10.1007/978-3-642-97385-7) by **Les Piegl & Wayne Tiller**