Searched refs:pointAt (Results 1 – 2 of 2) sorted by relevance
96 EIGEN_DEVICE_FUNC VectorType pointAt(const Scalar& t) const;157 ParametrizedLine<_Scalar, _AmbientDim,_Options>::pointAt(const _Scalar& t) const in pointAt() function190 return pointAt(intersectionParameter(hyperplane)); in intersectionPoint()
58 VectorType pi = l0.pointAt(t); in parametrizedline()