Simbody  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Geo_CubicBezierCurve.h File Reference

Provides primitive operations for a single bicubic Bezier curve using either single or double precision. More...

#include "SimTKcommon.h"
#include "simmath/internal/common.h"
#include "simmath/internal/Geo.h"
#include "simmath/internal/Geo_Point.h"
#include "simmath/internal/Geo_Sphere.h"
#include "simmath/internal/Geo_Box.h"
#include <cassert>
#include <cmath>
#include <algorithm>

Go to the source code of this file.

Classes

class  SimTK::Geo::CubicBezierCurve_< P >
 This is a primitive useful for computations involving a single cubic Bezier curve segment. More...
 

Namespaces

 SimTK
 This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols.
 

Detailed Description

Provides primitive operations for a single bicubic Bezier curve using either single or double precision.