Blender  V3.3
DNA_vec_defaults.h File Reference

Go to the source code of this file.

Macros

Generic Defaults
#define _DNA_DEFAULT_UNIT_M4
 
#define _DNA_DEFAULT_UNIT_M3
 
#define _DNA_DEFAULT_UNIT_QT    {1, 0, 0, 0}
 

Macro Definition Documentation

◆ _DNA_DEFAULT_UNIT_M3

#define _DNA_DEFAULT_UNIT_M3
Value:
{ \
{1, 0, 0}, \
{0, 1, 0}, \
{0, 0, 1}, \
}

Definition at line 25 of file DNA_vec_defaults.h.

◆ _DNA_DEFAULT_UNIT_M4

#define _DNA_DEFAULT_UNIT_M4
Value:
{ \
{1, 0, 0, 0}, \
{0, 1, 0, 0}, \
{0, 0, 1, 0}, \
{0, 0, 0, 1}, \
}

See unit_m4.

Definition at line 17 of file DNA_vec_defaults.h.

◆ _DNA_DEFAULT_UNIT_QT

#define _DNA_DEFAULT_UNIT_QT    {1, 0, 0, 0}

See unit_qt.

Definition at line 33 of file DNA_vec_defaults.h.