Fügt einen gegbenen Vektor an der richtigen Position in das Samplepoint-Gitter ein.
Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
Visual Basic (Declaration) |
---|
Private Sub AddToGrid( _ ByVal v As Vector2 _ ) |
C# |
---|
private void AddToGrid( Vector2 v ) |
C++ |
---|
private: void AddToGrid( Vector2 v ) sealed |
J# |
---|
private void AddToGrid( Vector2 v ) |
JScript |
---|
private
function AddToGrid( v : Vector2 ) |
Parameters
- v
- Vektor, der einzufügen ist.