From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02428.html | 89 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 docs/doxygen/nel/a02428.html (limited to 'docs/doxygen/nel/a02428.html') diff --git a/docs/doxygen/nel/a02428.html b/docs/doxygen/nel/a02428.html new file mode 100644 index 00000000..6b0960e9 --- /dev/null +++ b/docs/doxygen/nel/a02428.html @@ -0,0 +1,89 @@ + + +NeL: NL3D::CDeform2d::IPerturbUV struct Reference + + + +
+

NL3D::CDeform2d::IPerturbUV Struct Reference

#include <deform_2d.h> +

+

Inheritance diagram for NL3D::CDeform2d::IPerturbUV: +

+ +NL3D::CSinWave + +

Detailed Description

+an interface to compute the u,v perturbations at a given point (x and and y range from 0 to 1) +

+ +

+Definition at line 53 of file deform_2d.h. + + + + +

Public Member Functions

virtual void perturbUV (float x, float y, float &du, float &dv) const=0
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
virtual void NL3D::CDeform2d::IPerturbUV::perturbUV float  x,
float  y,
float &  du,
float &  dv
const [pure virtual]
+
+ + + + + +
+   + + +

+ +

+Implemented in NL3D::CSinWave. +

+Referenced by NL3D::CDeform2d::doDeform().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 06:45:28 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1