CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
GePointOnSurface.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, 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-2022 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
27#include "Ge/GePointEnt3d.h"
28
29class OdGeSurface;
30
31#include "TD_PackPush.h"
32
48{
49public:
50
58
66
76 const OdGeSurface& surface);
77
88 const OdGeSurface& surface,
89 const OdGePoint2d& param);
90
100 const OdGePointOnSurface& pntOnSurface);
101
105 const OdGeSurface* surface() const;
106
111
116
126 const OdGePoint2d& param);
127
138 const OdGeSurface& surface,
139 const OdGePoint2d& param);
140
148
161 const OdGePoint2d& param);
162
176 const OdGeSurface& surface,
177 const OdGePoint2d& param);
178
189 int order) const;
190
205 int order,
206 const OdGePoint2d& param);
207
223 int order, const OdGeSurface& surface,
224 const OdGePoint2d& param);
225
236 int order) const;
237
252 int order,
253 const OdGePoint2d& param);
254
270 int order,
271 const OdGeSurface& surface,
272 const OdGePoint2d& param);
273
282
296 const OdGePoint2d& param);
297
312 const OdGeSurface& surface,
313 const OdGePoint2d& param);
314
330 const OdGeVector2d& vect) const;
331
350 const OdGeVector2d& vect,
351 const OdGePoint2d& param);
352
372 const OdGeVector2d& vect,
373 const OdGeSurface& surface,
374 const OdGePoint2d& param);
375
386 const OdGeVector3d& vect) const;
387
399 const OdGeVector3d& vect,
400 const OdGePoint2d& param);
401
414 const OdGeVector3d& vect,
415 const OdGeSurface& surface,
416 const OdGePoint2d& param);
417
424 const OdGeSurface& surface);
425
432 const OdGePoint2d& param);
433
435
436};
437
438#include "TD_PackPop.h"
439
440#endif // OD_GEPONSRF_H
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
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)
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