HomeSort by relevance Sort by last modified time
    Searched defs:Through (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 74 /** Constructs a hyperplane passing through the two points. If the dimension of the ambient space
77 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1)
85 /** Constructs a hyperplane passing through the three points. The dimension of the ambient space
88 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1, const VectorType& p2)
97 /** Constructs a hyperplane passing through the parametrized line \a parametrized.
101 // FIXME to be consitent with the rest this could be implemented as a static Through function ??
ParametrizedLine.h 54 static inline ParametrizedLine Through(const VectorType& p0, const VectorType& p1)
  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 65 static inline ParametrizedLine Through(const VectorType& p0, const VectorType& p1)
Hyperplane.h 85 /** Constructs a hyperplane passing through the two points. If the dimension of the ambient space
88 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1)
96 /** Constructs a hyperplane passing through the three points. The dimension of the ambient space
99 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1, const VectorType& p2)
108 /** Constructs a hyperplane passing through the parametrized line \a parametrized.
112 // FIXME to be consitent with the rest this could be implemented as a static Through function ??

Completed in 550 milliseconds