9 lines
186 B
C++
Executable file
9 lines
186 B
C++
Executable file
#include "CSGConeProperties.h"
|
|
|
|
FCSGConeProperties::FCSGConeProperties() {
|
|
this->Height = 0.00f;
|
|
this->RadiusTop = 0.00f;
|
|
this->RadiusBottom = 0.00f;
|
|
this->Sides = 0;
|
|
}
|
|
|