9 lines
179 B
C++
Executable file
9 lines
179 B
C++
Executable file
#include "VoronoiProperties.h"
|
|
|
|
FVoronoiProperties::FVoronoiProperties() {
|
|
this->NumPoints = 0;
|
|
this->Seed = 0;
|
|
this->Distance = 0.00f;
|
|
this->Inverted = false;
|
|
}
|
|
|