Improvements to BezierCurve
, BezierSurface
, NURBSCurve
and NURBSPatch
interfaces
#1528
Labels
design
Issues related to design and software engineering
enhancement
New feature or request
Primal
Issues related to Axom's 'primal component
usability
Related to code usability
While using the
NURBSCurve
class, I noticed several usability enhancements:size()
function and a subscript operator. This should then work forstd::vector
, axom::Arrayand
axom::ArrayView`. It will be straightforward for users to wrap their c-style arrays in an axom::Array.The text was updated successfully, but these errors were encountered: