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

  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 48 : m_origin(other.origin()), m_direction(other.direction())
53 EIGEN_DEVICE_FUNC inline explicit ParametrizedLine(Index _dim) : m_origin(_dim), m_direction(_dim) {}
59 : m_origin(origin), m_direction(direction) {}
73 EIGEN_DEVICE_FUNC const VectorType& origin() const { return m_origin; }
74 EIGEN_DEVICE_FUNC VectorType& origin() { return m_origin; }
124 m_origin = other.origin().template cast<Scalar>();
133 { return m_origin.isApprox(other.m_origin, prec) && m_direction.isApprox(other.m_direction, prec); }
137 VectorType m_origin, m_direction; member in class:Eigen::ParametrizedLine
  /external/v8/src/inspector/
inspected-context.h 29 String16 origin() const { return m_origin; }
51 const String16 m_origin; member in class:v8_inspector::InspectedContext
v8-console-message.h 84 V8MessageOrigin m_origin; member in class:v8_inspector::V8ConsoleMessage

Completed in 92 milliseconds