Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Protected Attributes | List of all members
IntScaleParallelepiped Struct Reference

#include <IntScaleParallelepiped.hpp>

Collaboration diagram for IntScaleParallelepiped:
Collaboration graph

Public Member Functions

 IntScaleParallelepiped (IntScale x, IntScale y, IntScale z)
 
 IntScaleParallelepiped (int x, int y, int z, IntScale::Mode mode)
 
IntScale x () const noexcept
 
IntScale y () const noexcept
 
IntScale z () const noexcept
 
bool operator== (const IntScaleParallelepiped &other) const noexcept
 
bool operator!= (const IntScaleParallelepiped &other) const noexcept
 

Protected Attributes

IntScale _x
 
IntScale _y
 
IntScale _z
 

Detailed Description

Type. Holds scales in three dimensions.

Constructor & Destructor Documentation

IntScaleParallelepiped::IntScaleParallelepiped ( IntScale  x,
IntScale  y,
IntScale  z 
)
inline
IntScaleParallelepiped::IntScaleParallelepiped ( int  x,
int  y,
int  z,
IntScale::Mode  mode 
)
inline

Member Function Documentation

bool IntScaleParallelepiped::operator!= ( const IntScaleParallelepiped other) const
inlinenoexcept
bool IntScaleParallelepiped::operator== ( const IntScaleParallelepiped other) const
inlinenoexcept
IntScale IntScaleParallelepiped::x ( ) const
inlinenoexcept
Returns
Scale of the world by x axis;

Here is the caller graph for this function:

IntScale IntScaleParallelepiped::y ( ) const
inlinenoexcept
Returns
Scale of the world by y axis;

Here is the caller graph for this function:

IntScale IntScaleParallelepiped::z ( ) const
inlinenoexcept
Returns
Scale of the world by z axis;

Here is the caller graph for this function:

Member Data Documentation

IntScale IntScaleParallelepiped::_x
protected
IntScale IntScaleParallelepiped::_y
protected
IntScale IntScaleParallelepiped::_z
protected

The documentation for this struct was generated from the following file: