AMCAX Kernel 1.0.0.0
CircleT.hpp File Reference

Class of circle. More...

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

Classes

class  AMCAX::CircleS< DIM >
 Base class of circle. More...
 

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 

Typedefs

template<typename Scalar , int DIM>
using AMCAX::CircleT = CircleS< DIM >
 Compatible alias of CircleS. More...
 
using AMCAX::Circle2 = CircleS< 2 >
 2D circle
 
using AMCAX::Circle3 = CircleS< 3 >
 3D circle
 

Detailed Description

Class of circle.

Implementation of circle

This file is part of AMCAX kernel.