25#ifndef _Hydrax_Help_H_
26#define _Hydrax_Help_H_
68 Size(
const int &width,
const int &height)
68 Size(
const int &width,
const int &height) {
…}
93 void setSize(
const int &width,
const int &height)
93 void setSize(
const int &width,
const int &height) {
…}
120 const Ogre::Vector2 &c,
const Ogre::Vector2 &d);
Math class with some help funtions.
static Ogre::Vector2 intersectionOfTwoLines(const Ogre::Vector2 &a, const Ogre::Vector2 &b, const Ogre::Vector2 &c, const Ogre::Vector2 &d)
Find the intersection point of two lines.
Struct wich contains an especific width and height value.
Size()
Default constructor.
Size(const int &size)
Constructor.
Size(const int &width, const int &height)
Constructor.
void setSize(const int &width, const int &height)
Sets the especified values.
void setSize(const int &size)
Sets the same width and height value.