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