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

  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 96 VectorType pointAt( Scalar t ) const;
157 ParametrizedLine<_Scalar, _AmbientDim,_Options>::pointAt( _Scalar t ) const
190 return pointAt(intersectionParameter(hyperplane));
  /external/eigen/test/
geo_parametrizedline.cpp 59 VectorType pi = l0.pointAt(t);

Completed in 38 milliseconds