packages feed

opencascade-hs-0.1.1.1: cpp/hs_GC_MakeArcOfCircle.h

#ifndef HS_GC_MAKEARCOFCIRCLE_H
#define HS_GC_MAKEARCOFCIRCLE_H

#include "hs_types.h"

#ifdef __cplusplus
extern "C" {
#endif

Handle(Geom_TrimmedCurve) * hs_GC_MakeArcOfCircle_from3Pnts(gp_Pnt * a, gp_Pnt * b, gp_Pnt * c);

Handle(Geom_TrimmedCurve) * hs_GC_MakeArcOfCircle_fromPntsAndVec(gp_Pnt * a, gp_Vec * b, gp_Pnt * c);

#ifdef __cplusplus
}
#endif

#endif // HS_GC_MAKEARCOFCIRCLE_H