Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/mathutils/mathutils.h
| Show First 20 Lines • Show All 164 Lines • ▼ Show 20 Lines | |||||
| * handy when using 3d vectors as 2d */ | * handy when using 3d vectors as 2d */ | ||||
| #define MU_ARRAY_SPILL (1u << 31) | #define MU_ARRAY_SPILL (1u << 31) | ||||
| #define MU_ARRAY_FLAGS (MU_ARRAY_ZERO | MU_ARRAY_SPILL) | #define MU_ARRAY_FLAGS (MU_ARRAY_ZERO | MU_ARRAY_SPILL) | ||||
| int column_vector_multiplication(float rvec[4], VectorObject *vec, MatrixObject *mat); | int column_vector_multiplication(float rvec[4], VectorObject *vec, MatrixObject *mat); | ||||
| #ifndef MATH_STANDALONE | #ifndef MATH_STANDALONE | ||||
| /* dynstr as python string utility funcions */ | /* dynstr as python string utility functions */ | ||||
| PyObject *mathutils_dynstr_to_py(struct DynStr *ds); | PyObject *mathutils_dynstr_to_py(struct DynStr *ds); | ||||
| #endif | #endif | ||||
| #endif /* __MATHUTILS_H__ */ | #endif /* __MATHUTILS_H__ */ | ||||