Class QuadraticSurface


  • public class QuadraticSurface
    extends java.lang.Object
    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}