CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
GePointOnCurve2d.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24
25#ifndef OD_GE_POINT_ON_CURVE_2D_H
26#define OD_GE_POINT_ON_CURVE_2D_H
27
28#include "Ge/GePointEnt2d.h"
29class OdGeCurve2d;
30
31#include "TD_PackPush.h"
32
48{
49public:
51
59
70 const OdGeCurve2d& curve2d,
71 double param = 0.0);
72
80
90 const OdGePointOnCurve2d& pntOnCurve);
91
95 const OdGeCurve2d* curve() const;
96
100 double parameter() const;
101
106
113 double param);
114
122 const OdGeCurve2d& curve2d,
123 double param);
124
134 int order) const;
135
146 int order,
147 double param);
148
160 int order,
161 const OdGeCurve2d& curve2d,
162 double param);
163
171 const OdGeTol& tol = OdGeContext::gTol) const;
172
173
184 double& res);
185
197 double param,
198 double& res);
199
206 const OdGeCurve2d& curve2d);
207
214 double param);
215
216};
217
218#include "TD_PackPop.h"
219
220#endif
221
222
tol
#define GE_TOOLKIT_EXPORT
Definition GeExport.h:35
OdGePointEnt2d & operator=(const OdGePointEnt2d &point)
OdGePointOnCurve2d(const OdGePointOnCurve2d &source)
OdGePoint2d point() const
OdGeVector2d deriv(int order, double param)
OdGePoint2d point(double param)
bool curvature(double param, double &res)
OdGePointOnCurve2d & setCurve(const OdGeCurve2d &curve2d)
OdGePointOnCurve2d & setParameter(double param)
OdGeVector2d deriv(int order, const OdGeCurve2d &curve2d, double param)
double parameter() const
GE_OPERATORS_OVERRIDE_2D(OdGePointOnCurve2d)
OdGePoint2d point(const OdGeCurve2d &curve2d, double param)
bool curvature(double &res)
OdGeVector2d deriv(int order) const
const OdGeCurve2d * curve() const
OdGePointOnCurve2d(const OdGeCurve2d &curve2d, double param=0.0)
bool isSingular(const OdGeTol &tol=OdGeContext::gTol) const
GLsizei GLsizei GLchar * source
Definition gles2_ext.h:282
static GE_STATIC_EXPORT OdGeTol gTol
Definition GeGbl.h:67