10 lines
220 B
C++
Executable file
10 lines
220 B
C++
Executable file
#include "CSGSphereProperties.h"
|
|
|
|
FCSGSphereProperties::FCSGSphereProperties() {
|
|
this->Radius = 0.00f;
|
|
this->AngleTop = 0.00f;
|
|
this->AngleBottom = 0.00f;
|
|
this->SidesTopBottom = 0;
|
|
this->Sides = 0;
|
|
}
|
|
|