Searched defs:Through (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DParametrizedLine.h54 static inline ParametrizedLine Through(const VectorType& p0, const VectorType& p1) function in class:Eigen::ParametrizedLine
H A DHyperplane.h77 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1) function in class:Eigen::Hyperplane
88 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1, const VectorType& p2) function in class:Eigen::Hyperplane
101 // FIXME to be consitent with the rest this could be implemented as a static Through function ??
/external/eigen/Eigen/src/Geometry/
H A DParametrizedLine.h65 static inline ParametrizedLine Through(const VectorType& p0, const VectorType& p1) function in class:Eigen::ParametrizedLine
H A DHyperplane.h88 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1) function in class:Eigen::Hyperplane
99 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1, const VectorType& p2) function in class:Eigen::Hyperplane
122 // FIXME to be consitent with the rest this could be implemented as a static Through function ??

Completed in 74 milliseconds