Go to the source code of this file.
- Copyright
- Jaremie Romer and McCallister Romer 2023
◆ IM_VEC2_CLASS_EXTRA
#define IM_VEC2_CLASS_EXTRA |
Value:
: x{v.x}, y{v.y} \
{ \
} \
\
{ \
} \
A two component vector.
Definition: Vector.h:13
Conversions between nc and imgui vector types. IMGUI_USER_CONFIG points to this file and must be defined everywhere.
◆ IM_VEC3_CLASS_EXTRA
#define IM_VEC3_CLASS_EXTRA |
Value:
: x{v.x}, y{v.y}, z{v.z} \
{ \
} \
\
{ \
}
A three component vector.
Definition: Vector.h:29
◆ IM_VEC4_CLASS_EXTRA
#define IM_VEC4_CLASS_EXTRA |
Value:
: x{v.x}, y{v.y}, z{v.z}, w{v.w} \
{ \
} \
\
{ \
}
A four component vector.
Definition: Vector.h:48