|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include "SPoint2.h"

Go to the source code of this file.
Functions | |
| Vertex | InterpolateCurve (Curve *Curve, double u, int derivee) |
| Vertex | InterpolateSurface (Surface *s, double u, double v, int derivee, int u_v) |
| SPoint2 | InterpolateCubicSpline (Vertex *v[4], double t, double mat[4][4], double t1, double t2, gmshSurface *s, int derivee) |
| SPoint2 InterpolateCubicSpline | ( | Vertex * | v[4], |
| double | t, | ||
| double | mat[4][4], | ||
| double | t1, | ||
| double | t2, | ||
| gmshSurface * | s, | ||
| int | derivee | ||
| ) |
Definition at line 106 of file GeoInterpolation.cpp.
Definition at line 441 of file GeoInterpolation.cpp.
Referenced by GEO_Internals::_addCompoundSpline(), gmshFace::containsPoint(), gmshEdge::firstDer(), InterpolateCurve(), InterpolateExtrudedSurface(), InterpolateRuledSurface(), intersectCS(), IntersectCurvesWithSurface(), gmshFace::normal(), gmshEdge::point(), and gmshEdge::secondDer().


Definition at line 958 of file GeoInterpolation.cpp.
Referenced by gmshFace::firstDer(), InterpolateSurface(), intersectCS(), gmshFace::normal(), gmshFace::point(), ProjectPointOnSurface(), projectPS(), and gmshFace::secondDer().

