OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Through
(Results
1 - 8
of
8
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php
3
<title>Eclipse Download Click
Through
</title>
/external/eigen/Eigen/src/Eigen2Support/Geometry/
ParametrizedLine.h
54
static inline ParametrizedLine
Through
(const VectorType& p0, const VectorType& p1)
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 ??
/external/eigen/Eigen/src/Geometry/
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 ??
ParametrizedLine.h
65
static inline ParametrizedLine
Through
(const VectorType& p0, const VectorType& p1)
/external/eigen/test/eigen2/
eigen2_hyperplane.cpp
96
HLine line_u = HLine::
Through
(center + u, center + a*u);
97
HLine line_v = HLine::
Through
(center + v, center + a*v);
/external/eigen/test/
geo_hyperplane.cpp
97
HLine line_u = HLine::
Through
(center + u, center + a*u);
98
HLine line_v = HLine::
Through
(center + v, center + a*v);
/external/libunwind/doc/
libunwind.tex
254
\section{Unwinding
Through
Dynamically Generated Code}
258
unwind
through
code that has been generated at runtime (e.g., by a
Completed in 257 milliseconds