AMCAX Kernel 1.0.0.0
HyperbolaT.hpp File Reference

Class of hyperbola. More...

#include <math/ConicBase.hpp>
Include dependency graph for HyperbolaT.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  AMCAX::HyperbolaS< DIM >
 Base class of hyperbola. More...
 

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 

Typedefs

template<typename Scalar , int DIM>
using AMCAX::HyperbolaT = HyperbolaS< DIM >
 Compatible alias of HyperbolaS. More...
 
using AMCAX::Hyperbola2 = HyperbolaS< 2 >
 2D hyperbola
 
using AMCAX::Hyperbola3 = HyperbolaS< 3 >
 3D hyperbola
 

Detailed Description

Class of hyperbola.

Implementation of hyperbola

This file is part of AMCAX kernel.