9 lines
193 B
C++
Executable file
9 lines
193 B
C++
Executable file
#include "WeightedLinePoint.h"
|
|
|
|
FWeightedLinePoint::FWeightedLinePoint() {
|
|
this->range = 0.00f;
|
|
this->NoiseRange = 0.00f;
|
|
this->SkewFactor = 0.00f;
|
|
this->FillAmount = 0.00f;
|
|
}
|
|
|