Bowls
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
Bowl.h
Go to the documentation of this file.
1
#pragma once
2
#ifndef BOWL_H
3
#define BOWL_H
4
5
#include <cgg/cgg.h>
6
#include "
Ball.h
"
7
13
class
Bowl
:
public
Ball
14
{
15
public
:
16
24
Bowl
(cgg::Mat43);
25
35
Bowl
(cgg::Mat43, cgg::Vec3,
float
);
36
44
Bowl
(cgg::Vec3);
45
55
Bowl
(cgg::Vec3, cgg::Vec3,
float
);
56
64
void
render
(gl::Primitives*);
65
};
66
67
#endif
Ball.h
Ball
Class that represents a Ball.
Definition:
Ball.h:14
Bowl
Class that represents a Bowl.
Definition:
Bowl.h:13
Bowl::Bowl
Bowl(cgg::Mat43)
Bowl::render
void render(gl::Primitives *)
Bowl.h
Generated on Thu Jan 8 2015 00:55:37 for Bowls by
1.8.8