8 lines
163 B
C++
Executable file
8 lines
163 B
C++
Executable file
#include "CSGCylinderProperties.h"
|
|
|
|
FCSGCylinderProperties::FCSGCylinderProperties() {
|
|
this->Height = 0.00f;
|
|
this->Radius = 0.00f;
|
|
this->Sides = 0;
|
|
}
|
|
|