HomeSort by relevance Sort by last modified time
    Searched refs:spline (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/test/
splines.cpp 17 // force the compilation of all spline functions...
18 template class Spline<double, 2, Dynamic>;
19 template class Spline<double, 3, Dynamic>;
21 template class Spline<double, 2, 2>;
22 template class Spline<double, 2, 3>;
23 template class Spline<double, 2, 4>;
24 template class Spline<double, 2, 5>;
26 template class Spline<float, 2, Dynamic>;
27 template class Spline<float, 3, Dynamic>;
29 template class Spline<float, 3, 2>
99 Spline3d spline = spline3d(); local
136 Spline3d spline = spline3d(); local
163 Spline2d spline = closed_spline2d(); local
214 const Spline2d spline = SplineFitting<Spline2d>::Interpolate(points,3); local
226 const Spline2d spline = SplineFitting<Spline2d>::Interpolate(points,3,chord_lengths); local
    [all...]
  /external/eigen/unsupported/Eigen/src/Splines/
Spline.h 19 * \class Spline
20 * \brief A class representing multi-dimensional spline curves.
23 * point of the B-spline is associated with a basis function
35 class Spline
38 typedef _Scalar Scalar; /*!< The spline curve's scalar type. */
39 enum { Dimension = _Dim /*!< The spline curve's dimension. */ };
40 enum { Degree = _Degree /*!< The spline curve's degree. */ };
42 /** \brief The point type the spline is representing. */
43 typedef typename SplineTraits<Spline>::PointType PointType;
46 typedef typename SplineTraits<Spline>::KnotVectorType KnotVectorType
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 286 DEFINE_STATIC_LOCAL(const AtomicString, spline, ("spline", AtomicString::ConstructFromLiteral));
293 else if (calcMode == spline)
406 // For linear and spline animations, the last value must be '1'. In those
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 603 milliseconds