aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Geometry')
-rw-r--r--Eigen/src/Geometry/OrthoMethods.h (renamed from Eigen/src/Geometry/Cross.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Geometry/Cross.h b/Eigen/src/Geometry/OrthoMethods.h
index a9d9493bc..5955ce223 100644
--- a/Eigen/src/Geometry/Cross.h
+++ b/Eigen/src/Geometry/OrthoMethods.h
@@ -101,7 +101,7 @@ struct ei_perpendicular_selector<Derived,2>
*/
template<typename Derived>
typename ei_eval<Derived>::type
-MatrixBase<Derived>::perpendicular() const
+MatrixBase<Derived>::someOrthogonal() const
{
EIGEN_STATIC_ASSERT_VECTOR_ONLY(Derived);
return ei_perpendicular_selector<Derived>::run(derived());