RobWorkProject
24.12.4-
|
A quadratic surface. More...
#include <rw/geometry/PlainTriMesh.hpp>
#include <rw/geometry/analytic/ImplicitSurface.hpp>
#include <rw/geometry/analytic/quadratics/QuadraticCurve.hpp>
#include <rw/math/Transform3D.hpp>
#include <rw/math/Vector3D.hpp>
#include <Eigen/Core>
#include <vector>
Classes | |
class | QuadraticSurface |
A quadratic surface. More... | |
Namespaces | |
rw | |
Deprecated namespace since 16/4-2020 for this class. | |
rw::geometry | |
Loading and storing of CAD models. | |
A quadratic surface.
The general quadratic surface is described as an implicit surface of the form:
\( x^T A x + 2 a^T x + u = 0\)
where
A is a symmetric matrix, \( A \in \mathbb{R}^{3\times3} \) , and \( a \in \mathbb{R}^3, u \in \mathbb{R}\)