Free Electron
Classes
Geometric Evaluation

Classes

class  fe::ext::BoundingSphere< T >
 Bounding sphere for arbitrary points. More...
 
class  fe::ext::ConvergentSpline
 Evaluate a stack of basis splines to approach the control points. More...
 
class  fe::ext::Geodesic
 calculate surface distance between points More...
 
class  fe::ext::InvKineCCD
 Inverse Kinematic by Cyclic Coordinate Descent. More...
 
class  fe::ext::MatrixBezier< MATRIX >
 solve B = A^^power, where A is a matrix More...
 
class  fe::ext::MatrixPower< MATRIX >
 solve B = A^^power, where A is a matrix More...
 
class  fe::ext::MatrixSqrt< MATRIX >
 solve A=B*B for B, given A More...
 
class  fe::ext::Noise
 Perlin Noise. More...
 
class  fe::ext::PointConnect
 Delaunay Triangulation. More...
 
class  fe::ext::PointCurveNearest< T >
 Find point nearest to a curve with radius. More...
 
class  fe::ext::PointCylinderNearest< T >
 Find point nearest to a cylindrical solid. More...
 
class  fe::ext::PointDiskNearest< T >
 Find point nearest to a circular solid. More...
 
class  fe::ext::PointTriangleNearest< T >
 Find point nearest to a triangle. More...
 
class  fe::ext::RaySphereIntersect< T >
 Find intersection between ray and sphere. More...
 
class  fe::ext::Spline< T, U >
 A stateless namespace for assorted spline functions. More...
 
class  fe::ext::TrianglePN< T >
 Evaluate barycenter on triangle using Curved PN Triangles. More...
 
class  fe::ext::TrianglePower< T >
 Evaluate barycenter on triangle of surface using MatrixPower. More...
 

Detailed Description