AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
BezierPatch.hpp File Reference

A BezierPatch primitive. More...

Classes

class  axom::primal::BezierPatch< T, NDIMS >
 Represents a 3D Bezier patch defined by a 2D array of control points. More...
 

Namespaces

 axom
 
 axom::primal
 

Functions

template<typename T , int NDIMS>
std::ostream & axom::primal::operator<< (std::ostream &os, const BezierPatch< T, NDIMS > &bPatch)
 Overloaded output operator for Bezier Patches. More...
 

Detailed Description

A BezierPatch primitive.