Searched refs:parametrized (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DHyperplane.h97 /** Constructs a hyperplane passing through the parametrized line \a parametrized.
102 explicit Hyperplane(const ParametrizedLine<Scalar, AmbientDimAtCompileTime>& parametrized) argument
104 normal() = parametrized.direction().unitOrthogonal();
105 offset() = -normal().eigen2_dot(parametrized.origin());
/external/eigen/Eigen/src/Geometry/
H A DHyperplane.h118 /** Constructs a hyperplane passing through the parametrized line \a parametrized.
123 explicit Hyperplane(const ParametrizedLine<Scalar, AmbientDimAtCompileTime>& parametrized) argument
125 normal() = parametrized.direction().unitOrthogonal();
126 offset() = -parametrized.origin().dot(normal());

Completed in 202 milliseconds