ddmarshall / Code-Eli

Collection of C++ libraries that provide a variety of functionalities. Eigen3 is needed for most of the components to work since all of the vector and matrix math is done using Eigen3. CPPTest is used to perform unit testing on the components. If QD is present then it will also be used. Note that QD 2.3.13 needs to be patched to work (see patches directory). This uses CMake to build all of the tests and examples.
Eclipse Public License 1.0
10 stars 14 forks source link

Extract C0 features From Surface #50

Open ddmarshall opened 10 years ago

ddmarshall commented 10 years ago

Should be able to call function to return all of the curves that represent C0 only smooth joints.

ddmarshall commented 10 years ago

Since these features will only be on u- or v-constant curves, should report the start and end parameters.