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

  /external/eigen/test/
geo_orthomethods.cpp 53 // cross3
59 VERIFY_IS_APPROX(v40.cross3(v41), v42);
  /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) {
  /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/eigen/Eigen/src/Core/
MatrixBase.h 400 PlainObject cross3(const MatrixBase<OtherDerived>& other) const;

Completed in 88 milliseconds