#include <StreamlineGrid.h>
Öffentliche Methoden | |
StreamlineGrid (float cellSize) | |
~StreamlineGrid () | |
bool | AddPointToGrid (CoreVector3 point) |
float | GetMinDistance (CoreVector3 point, CoreVector3 exceptionPoint) |
StreamlineGrid::StreamlineGrid | ( | float | cellSize | ) |
Constructor
cellSize | cellSize in normalized coordinates (0..1) |
StreamlineGrid::~StreamlineGrid | ( | ) |
bool StreamlineGrid::AddPointToGrid | ( | CoreVector3 | point | ) |
float StreamlineGrid::GetMinDistance | ( | CoreVector3 | point, | |
CoreVector3 | exceptionPoint | |||
) |