Superfighters Deluxe
IGameHelpers Class Referenceabstract

Access to certain helper functions More...

Inheritance diagram for IGameHelpers:
abstract float ConvertMassKGToBox2D (float massKG)
 Converts a SFD "kilo" mass into box2D mass. The SFD kilo is an approximation to make it easier to handle masses. More...
 
abstract float ConvertMassBox2DToKG (float massBox2D)
 Converts a box2D mass into the SFD "kilo" mass. The SFD kilo is an approximation to make it easier to handle masses. More...
 

Detailed Description

Access to certain helper functions

Member Function Documentation

◆ ConvertMassBox2DToKG()

abstract float ConvertMassBox2DToKG ( float  massBox2D)
pure virtual

Converts a box2D mass into the SFD "kilo" mass. The SFD kilo is an approximation to make it easier to handle masses.

Parameters
massBox2D
Returns

◆ ConvertMassKGToBox2D()

abstract float ConvertMassKGToBox2D ( float  massKG)
pure virtual

Converts a SFD "kilo" mass into box2D mass. The SFD kilo is an approximation to make it easier to handle masses.

Parameters
massKG
Returns