struct to save all important data for a single streamline More...
Public Member Functions | |
Streamline (Vector2 startPosition) | |
void | setStartSeedPointSearchAtIndex (int value) |
Public Attributes | |
Vector2 | startPosition |
Vector2 | endPosition |
List< Vector2 > | points |
int | startSeedPointSearchAtIndex |
List< float > | thickness |
Properties | |
Vector2 | StartPos [get, set] |
Vector2 | EndPos [get, set] |
List< Vector2 > | Points [get, set] |
int | StartSeedPointSearchAtIndex [get, set] |
List< float > | Tickness [get, set] |
struct to save all important data for a single streamline
Definition at line 13 of file Streamline.cs.
visLU2.Streamline.Streamline | ( | Vector2 | startPosition ) |
Definition at line 49 of file Streamline.cs.
void visLU2.Streamline.setStartSeedPointSearchAtIndex | ( | int | value ) |
Definition at line 59 of file Streamline.cs.
Vector2 visLU2.Streamline.endPosition |
Definition at line 16 of file Streamline.cs.
List<Vector2> visLU2.Streamline.points |
Definition at line 17 of file Streamline.cs.
Vector2 visLU2.Streamline.startPosition |
Definition at line 15 of file Streamline.cs.
Definition at line 18 of file Streamline.cs.
List<float> visLU2.Streamline.thickness |
Definition at line 19 of file Streamline.cs.
Vector2 visLU2.Streamline.EndPos [get, set] |
Definition at line 28 of file Streamline.cs.
List<Vector2> visLU2.Streamline.Points [get, set] |
Definition at line 33 of file Streamline.cs.
Vector2 visLU2.Streamline.StartPos [get, set] |
Definition at line 23 of file Streamline.cs.
int visLU2.Streamline.StartSeedPointSearchAtIndex [get, set] |
Definition at line 38 of file Streamline.cs.
List<float> visLU2.Streamline.Tickness [get, set] |
Definition at line 43 of file Streamline.cs.