• Home
  • Raw
  • Download

Lines Matching refs:OtherOptions

46   template<int OtherOptions>
47 …E_FUNC ParametrizedLine(const ParametrizedLine<Scalar,AmbientDimAtCompileTime,OtherOptions>& other) in ParametrizedLine()
61 template <int OtherOptions>
62 …EIGEN_DEVICE_FUNC explicit ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& …
98 template <int OtherOptions>
99 …C Scalar intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) c…
101 template <int OtherOptions>
102 …EIGEN_DEVICE_FUNC Scalar intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperp…
104 template <int OtherOptions>
105 …C VectorType intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) c…
121 template<typename OtherScalarType,int OtherOptions>
122 …rametrizedLine(const ParametrizedLine<OtherScalarType,AmbientDimAtCompileTime,OtherOptions>& other) in ParametrizedLine()
145 template <int OtherOptions>
146 …entDim,_Options>::ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim,OtherOptions>& hyperplane) in ParametrizedLine()
165 template <int OtherOptions>
166 …ptions>::intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) c… in intersectionParameter()
177 template <int OtherOptions>
178 …entDim,_Options>::intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) c… in intersection()
186 template <int OtherOptions>
188 …m,_Options>::intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) c… in intersectionPoint()