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

A BezierCurve primitive. More...

#include "axom/core.hpp"
#include "axom/slic.hpp"
#include "axom/primal/geometry/NumericArray.hpp"
#include "axom/primal/geometry/Point.hpp"
#include "axom/primal/geometry/Vector.hpp"
#include "axom/primal/geometry/Segment.hpp"
#include "axom/primal/geometry/BoundingBox.hpp"
#include "axom/primal/geometry/OrientedBoundingBox.hpp"
#include "axom/primal/operators/squared_distance.hpp"
#include <vector>
#include <ostream>

Classes

class  axom::primal::BezierCurve< T, NDIMS >
 Represents a Bezier curve defined by an array of control points. More...
 

Namespaces

 axom
 
 axom::primal
 

Functions

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

Detailed Description

A BezierCurve primitive.