#import <StreamLine.h>
List of all members.
Member Function Documentation
- (BOOL) addSamplePoint: |
|
(vec3) |
point |
distance: |
|
(float &) |
distance |
|
|
| |
Adds a seeding point
- Parameters:
-
point | The sample point |
distance | A pointer where the distance should be stored |
- Returns:
- YES f successful
Adds the sample points to the grid
- (BOOL) getNextSeed: |
|
(vec3 *) |
point |
|
Calculates the next sample point from a given point
- Parameters:
-
point | The point from where the next sample point will be calculated |
- Returns:
- YES if there is a next seeding point
- (vec3 &) getStartSample |
|
|
|
Returns the start of a line
- Returns:
- The start of a line
Initializes the grid
- Parameters:
-
_grid | The container of the grid |
_startSample | The sample point from where the calculation begins |
- Returns:
- The pointer of the object
Member Data Documentation
Property Documentation
Container holding the grid for the stream line generation
The documentation for this class was generated from the following files: