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

A BezierTriangle primitive. More...

#include "axom/core.hpp"
#include "axom/slic.hpp"
#include "axom/primal/geometry/Point.hpp"
#include "axom/primal/geometry/Vector.hpp"
#include "axom/primal/geometry/BezierCurve.hpp"
#include "axom/primal/geometry/BoundingBox.hpp"
#include "axom/primal/geometry/OrientedBoundingBox.hpp"
#include <ostream>

Classes

class  axom::primal::BezierTriangle< T, NDIMS >
 Represents a Bezier triangle defined by a triangular array of control points. More...
 

Namespaces

 axom
 
 axom::primal
 

Functions

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

Detailed Description

A BezierTriangle primitive.