Blender
V4.3
intern
eigen
intern
matrix.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2015 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#ifndef __EIGEN3_MATRIX_C_API_H__
10
#define __EIGEN3_MATRIX_C_API_H__
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
bool
EIG_invert_m4_m4
(
float
inverse
[4][4],
const
float
matrix[4][4]);
17
18
#ifdef __cplusplus
19
}
20
#endif
21
22
#endif
/* __EIGEN3_MATRIX_C_API_H__ */
inverse
btMatrix3x3 inverse() const
Return the inverse of the matrix.
Definition
btTransform.h:182
EIG_invert_m4_m4
bool EIG_invert_m4_m4(float inverse[4][4], const float matrix[4][4])
Definition
matrix.cc:29
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0