CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
GePointOnSurface.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#ifndef OD_GEPONSRF_H
25#define OD_GEPONSRF_H
26
27#include "Ge/GePointEnt3d.h"
28
29class OdGeSurface;
30
31#include "TD_PackPush.h"
32
48{
49public:
51
59
67
77 const OdGeSurface& surface);
78
89 const OdGeSurface& surface,
90 const OdGePoint2d& param);
91
101 const OdGePointOnSurface& pntOnSurface);
102
106 const OdGeSurface* surface() const;
107
112
117
127 const OdGePoint2d& param);
128
139 const OdGeSurface& surface,
140 const OdGePoint2d& param);
141
149
162 const OdGePoint2d& param);
163
177 const OdGeSurface& surface,
178 const OdGePoint2d& param);
179
190 int order) const;
191
206 int order,
207 const OdGePoint2d& param);
208
224 int order, const OdGeSurface& surface,
225 const OdGePoint2d& param);
226
237 int order) const;
238
253 int order,
254 const OdGePoint2d& param);
255
271 int order,
272 const OdGeSurface& surface,
273 const OdGePoint2d& param);
274
283
297 const OdGePoint2d& param);
298
313 const OdGeSurface& surface,
314 const OdGePoint2d& param);
315
331 const OdGeVector2d& vect) const;
332
351 const OdGeVector2d& vect,
352 const OdGePoint2d& param);
353
373 const OdGeVector2d& vect,
374 const OdGeSurface& surface,
375 const OdGePoint2d& param);
376
387 const OdGeVector3d& vect) const;
388
400 const OdGeVector3d& vect,
401 const OdGePoint2d& param);
402
415 const OdGeVector3d& vect,
416 const OdGeSurface& surface,
417 const OdGePoint2d& param);
418
425 const OdGeSurface& surface);
426
433 const OdGePoint2d& param);
434
436
437};
438
439#include "TD_PackPop.h"
440
441#endif // OD_GEPONSRF_H
#define GE_TOOLKIT_EXPORT
Definition GeExport.h:35
OdGePointEnt3d & operator=(const OdGePointEnt3d &ent)
OdGePointOnSurface(const OdGeSurface &surface, const OdGePoint2d &param)
OdGeVector2d inverseTangentVector(const OdGeVector3d &vect) const
OdGePointOnSurface(const OdGePointOnSurface &source)
OdGePoint3d point() const
OdGeVector3d mixedPartial() const
OdGeVector3d uDeriv(int order, const OdGeSurface &surface, const OdGePoint2d &param)
const OdGeSurface * surface() const
OdGePointOnSurface & setSurface(const OdGeSurface &surface)
OdGeVector3d mixedPartial(const OdGeSurface &surface, const OdGePoint2d &param)
OdGeVector2d inverseTangentVector(const OdGeVector3d &vect, const OdGeSurface &surface, const OdGePoint2d &param)
OdGeVector3d tangentVector(const OdGeVector2d &vect, const OdGeSurface &surface, const OdGePoint2d &param)
OdGePoint3d point(const OdGeSurface &surface, const OdGePoint2d &param)
GE_OPERATORS_OVERRIDE_3D(OdGePointOnSurface)
OdGeVector3d uDeriv(int order) const
OdGeVector3d vDeriv(int order) const
OdGeVector3d uDeriv(int order, const OdGePoint2d &param)
OdGeVector3d mixedPartial(const OdGePoint2d &param)
OdGeVector3d normal(const OdGePoint2d &param)
OdGeVector3d tangentVector(const OdGeVector2d &vect, const OdGePoint2d &param)
OdGeVector3d vDeriv(int order, const OdGePoint2d &param)
OdGeVector3d normal() const
OdGeVector3d tangentVector(const OdGeVector2d &vect) const
OdGeVector3d vDeriv(int order, const OdGeSurface &surface, const OdGePoint2d &param)
OdGeVector3d normal(const OdGeSurface &surface, const OdGePoint2d &param)
OdGePointOnSurface & setParameter(const OdGePoint2d &param)
OdGePointOnSurface(const OdGeSurface &surface)
OdGePoint2d parameter() const
OdGePoint3d point(const OdGePoint2d &param)
OdGeVector2d inverseTangentVector(const OdGeVector3d &vect, const OdGePoint2d &param)
GLsizei GLsizei GLchar * source
Definition gles2_ext.h:282