Size Struct Reference

#include <Size.h>

Inheritance diagram for Size:
Object

# Static Public Member Functions

static Size getFromPixelSize (PixelSize pixelSize)

# Public Attributes

int16 x
int16 y
int16 z

# Additional Inherited Members

- Private Member Functions inherited from Object
void constructor ()
 Class' constructor.
const void * getVTable ()
bool mutateTo (const void *targetClass)
- Static Private Member Functions inherited from Object
static Object getCast (void *object, ClassPointer targetClassGetClassMethod, ClassPointer baseClassGetClassMethod)
- Private Attributes inherited from Object
void * vTable
 Pointer to the class's virtual table.

# Detailed Description

Class Size

Inherits from Object

Implements methods to operate on Size structs.

Definition at line 29 of file Size.h.

# Member Function Documentation

# getFromPixelSize()

static Size Size::getFromPixelSize ( PixelSize pixelSize)
inlinestatic

Convert a PixelSize struct to a Size one.

Parameters
pixelSizePixelSize struct to convert
Returns
Size struct

# Member Data Documentation

# x

int16 Size::x

Definition at line 82 of file Types.h.

# y

int16 Size::y

Definition at line 83 of file Types.h.

# z

int16 Size::z

Definition at line 84 of file Types.h.


The documentation for this struct was generated from the following files:
  • VUEngine-Core/source/Misc/Math/Size.h
  • VUEngine-Core/source/Misc/Types.h