mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1d26214cc9
PR: 19201 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
13 lines
548 B
Plaintext
13 lines
548 B
Plaintext
Non-Uniform Rational B-Splines (NURBS) are parametric functions which can
|
|
represent any type of curves or surfaces. This C++ library hides the basic
|
|
mathematics of NURBS, allowing the user to focus on the more challenging
|
|
parts of their projects.
|
|
|
|
The NURBS++ package includes a matrix library, an image manipulation
|
|
library, a numerical library and a NURBS library.
|
|
|
|
This library is copyrighted under the terms of the LGPL by its author,
|
|
Phillipe Lavoie <lavoie@zeus.genie.uottawa.ca>.
|
|
|
|
WWW: http://yukon.genie.uottawa.ca/~lavoie/software/nurbs/
|