Article ID Journal Published Year Pages File Type
439974 Computer-Aided Design 2016 10 Pages PDF
Abstract

•Direct evaluation of NURBS curves and surfaces.•Basis functions precomputed in shifted power basis.•Branchless vectorized linear search to compute span index.•Vectorized evaluation of NURBS surface: x 3 speedup.

Several known methods for direct evaluation of NURBS curves and surfaces are described. Runtime performance and simplicity of vectorization are discussed. An evaluation method, which uses basis functions precomputed in shifted power basis, is shown to be promising. This method for surfaces is vectorized with SSE2 intrinsics, yielding 3 times performance improvement over the non-vectorized version. Branchless vectorized linear search is proposed for span search, being most efficient for small number of knots. Binary search ending with a small linear search is shown to be most efficient for large number of knots, and good for general case. Performance comparison of the evaluation method and its equivalents from available geometric kernels is included.

Related Topics
Physical Sciences and Engineering Computer Science Computer Graphics and Computer-Aided Design
Authors
,