Kinoko
A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
ObjectCollisionBox.cc
1
#include "ObjectCollisionBox.hh"
2
3
namespace
Field
{
4
6
ObjectCollisionBox::ObjectCollisionBox(f32 x, f32 y, f32 z,
const
EGG::Vector3f
¢er)
7
: ObjectCollisionConvexHull(8), m_dimensions(x, y, z), m_center(center),
8
m_scale(1.0f, 1.0f, 1.0f) {
9
// TODO: define points of the convex hull
10
}
11
13
ObjectCollisionBox::~ObjectCollisionBox() =
default
;
14
16
void
ObjectCollisionBox::transform(
const
EGG::Matrix34f
&
/*mat*/
,
const
EGG::Vector3f
&
/*scale*/
,
17
const
EGG::Vector3f
&
/*speed*/
) {
18
;
// TODO
19
}
20
21
}
// namespace Field
EGG::Matrix34f
A 3 x 4 matrix.
Definition
Matrix.hh:8
Field
Pertains to collision.
Definition
BoxColManager.cc:8
EGG::Vector3f
A 3D float vector.
Definition
Vector.hh:83
game
field
ObjectCollisionBox.cc
Made by
Malleo
. Logo by
vabold
. Website generated by
Doxygen
1.12.0