Blender V4.5
BlenderTypes.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11using Vector = float[3];
12using Quat = float[4];
13using Color = float[4];
14using Matrix = float[4][4];
15using DMatrix = double[4][4];
16
25
float[3] Vector
BC_global_up_axis
@ BC_GLOBAL_UP_X
@ BC_GLOBAL_UP_MINUS_Y
@ BC_GLOBAL_UP_MINUS_Z
@ BC_GLOBAL_UP_Y
@ BC_GLOBAL_UP_MINUS_X
@ BC_GLOBAL_UP_Z
float[4][4] Matrix
float[4] Color
BC_global_forward_axis
@ BC_GLOBAL_FORWARD_Z
@ BC_GLOBAL_FORWARD_X
@ BC_GLOBAL_FORWARD_MINUS_Z
@ BC_GLOBAL_FORWARD_Y
@ BC_GLOBAL_FORWARD_MINUS_Y
@ BC_GLOBAL_FORWARD_MINUS_X
double[4][4] DMatrix
float[4] Quat