21template<
short_t d,
class T>
22typename gsTensorNurbsBasis<d,T>::gsGeoPtr
23gsTensorNurbsBasis<d,T>::makeGeometry( gsMatrix<T> coefs )
const
24{
return gsGeoPtr(
new GeometryType(*
this,
give(coefs))); }
Represents a tensor-product NURBS patch.
The G+Smo namespace, containing all definitions for the library.
S give(S &x)
Definition gsMemory.h:266