citro3d  1.2.0
Data Structures | Macros | Typedefs | Functions
types.h File Reference
#include <3ds.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  C3D_FVec
 Float vector. More...
 
struct  C3D_Mtx
 Row-major 4x4 matrix. More...
 

Macros

#define C3D_DEPRECATED   __attribute__ ((deprecated))
 

Typedefs

typedef u32 C3D_IVec
 
typedef C3D_FVec C3D_FQuat
 

Functions

static C3D_IVec IVec_Pack (u8 x, u8 y, u8 z, u8 w)
 

Macro Definition Documentation

◆ C3D_DEPRECATED

#define C3D_DEPRECATED   __attribute__ ((deprecated))

Typedef Documentation

◆ C3D_IVec

typedef u32 C3D_IVec

Function Documentation

◆ IVec_Pack()

static C3D_IVec IVec_Pack ( u8  x,
u8  y,
u8  z,
u8  w 
)
inlinestatic