OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cross3
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Geometry/
OrthoMethods.h
21
* \sa MatrixBase::
cross3
()
74
MatrixBase<Derived>::
cross3
(const MatrixBase<OtherDerived>& other) const
function in class:Eigen::MatrixBase
/external/mesa3d/src/mesa/swrast/
s_aaline.c
301
GLfloat
cross3
= (info->ex3 * fy3 - info->ey3 * fx3);
local
311
if (
cross3
== 0.0F)
312
cross3
= info->ex3 + info->ey3;
313
if (cross0 < 0.0F || cross1 < 0.0F || cross2 < 0.0F ||
cross3
< 0.0F) {
Completed in 119 milliseconds