Blender
V3.3
source
blender
makesdna
DNA_vec_defaults.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
7
#pragma once
8
9
/* Struct members on own line. */
10
/* clang-format off */
11
12
/* -------------------------------------------------------------------- */
17
#define _DNA_DEFAULT_UNIT_M4 \
18
{ \
19
{1, 0, 0, 0}, \
20
{0, 1, 0, 0}, \
21
{0, 0, 1, 0}, \
22
{0, 0, 0, 1}, \
23
}
24
25
#define _DNA_DEFAULT_UNIT_M3 \
26
{ \
27
{1, 0, 0}, \
28
{0, 1, 0}, \
29
{0, 0, 1}, \
30
}
31
33
#define _DNA_DEFAULT_UNIT_QT \
34
{1, 0, 0, 0}
35
38
/* clang-format on */
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1