Ermittelt den Textur-Koeffizienten (Intensität der Textur) an einer gegebenen Schrittweite, basierend auf der Laufweite der Texutr.
Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Private Function GetTextureCoefAtPos( _ ByVal pos As Single, _ ByVal textureWidth As Single, _ ByVal forward As Boolean _ ) As Single |
| C# |
|---|
| private float GetTextureCoefAtPos( float pos, float textureWidth, bool forward ) |
| C++ |
|---|
| private: float GetTextureCoefAtPos( float pos, float textureWidth, bool forward ) sealed |
| J# |
|---|
| private float GetTextureCoefAtPos( float pos, float textureWidth, bool forward ) |
| JScript |
|---|
| private
function GetTextureCoefAtPos( pos : float, textureWidth : float, forward : bool ) : float |
Parameters
- pos
- Position innerhalb der Streamline.
- textureWidth
- Laufweite der Textur.
- forward