Home
last modified time | relevance | path

Searched refs:Cylinder (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Body/
Ddemo_Cylinder.h29 class Cylinder : public Body
35 Cylinder(void);
40 virtual ~Cylinder(void);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/
Ddemo_Cylinder.cpp24 Cylinder::Cylinder(void) : in Cylinder() function in demo::Cylinder
30 Cylinder::~Cylinder() in ~Cylinder()
34 void Cylinder::Initialize(void) in Initialize()
42 void Cylinder::InitializeCylinder(const u32 vertexAttributes, in InitializeCylinder()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/Draw3d/
Dgx_Draw3d.cpp55 demo::Cylinder s_Cylinder;