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

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

Completed in 244 milliseconds