Kinoko
A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
Sphere.hh
1
#pragma once
2
3
#include "egg/math/Vector.hh"
4
5
namespace
EGG
{
6
8
struct
Sphere3f
{
9
Sphere3f
(
const
Vector3f
&v, f32 r);
10
11
[[nodiscard]]
bool
isInsideOtherSphere
(
const
Sphere3f
&rhs)
const
;
12
13
Vector3f
pos;
14
f32 radius;
15
};
16
17
}
// namespace EGG
EGG
EGG core library.
Definition
Archive.cc:6
EGG::Sphere3f
Represents a sphere in 3D space.
Definition
Sphere.hh:8
EGG::Sphere3f::isInsideOtherSphere
bool isInsideOtherSphere(const Sphere3f &rhs) const
Not actually part of EGG. Included here for compartmentalization.
Definition
Sphere.cc:10
EGG::Vector3f
A 3D float vector.
Definition
Vector.hh:83
egg
geom
Sphere.hh
Made by
Malleo
. Logo by
vabold
. Website generated by
Doxygen
1.12.0