Minetest  5.4.0
irr_v2d.h File Reference
#include "irrlichttypes.h"
#include <vector2d.h>
+ Include dependency graph for irr_v2d.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef core::vector2d< f32 > v2f
 
typedef core::vector2d< s16 > v2s16
 
typedef core::vector2d< s32 > v2s32
 
typedef core::vector2d< u32 > v2u32
 
typedef core::vector2d< f32 > v2f32
 

Typedef Documentation

◆ v2f

typedef core::vector2d<f32> v2f

◆ v2f32

typedef core::vector2d<f32> v2f32

◆ v2s16

typedef core::vector2d<s16> v2s16

◆ v2s32

typedef core::vector2d<s32> v2s32

◆ v2u32

typedef core::vector2d<u32> v2u32