AMCAX Kernel 1.0.0.0
MakeConic2FromConstraints.hpp File Reference

The class of creating 2d conic curve from geometric constraints. More...

#include <memory>
#include <vector>
#include <common/FrameT.hpp>
#include <common/VectorT.hpp>
#include <math/GeometryMacros.hpp>
Include dependency graph for MakeConic2FromConstraints.hpp:

Classes

struct  AMCAX::Conic2Constraint
 Struct of constraint settings for making conic curve. More...
 
class  AMCAX::MakeConic2FromConstraints
 Build 2d conic curve from geometric constraints. More...
 

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 

Detailed Description

The class of creating 2d conic curve from geometric constraints.

This class computes the 2d conic curve from 5 geometric constraints including points and tangents

This file is part of AMCAX kernel.