7 lines
146 B
C++
Executable file
7 lines
146 B
C++
Executable file
#include "SDFCylinderProperties.h"
|
|
|
|
FSDFCylinderProperties::FSDFCylinderProperties() {
|
|
this->HalfLength = 0.00f;
|
|
this->Radius = 0.00f;
|
|
}
|
|
|