DRG-Femboy-Voice/Source/FSDEngine/Private/SDFCylinderProperties.cpp
2025-04-15 12:39:31 -07:00

7 lines
146 B
C++
Executable file

#include "SDFCylinderProperties.h"
FSDFCylinderProperties::FSDFCylinderProperties() {
this->HalfLength = 0.00f;
this->Radius = 0.00f;
}