Blender V4.3
mat4x4f Struct Reference

#include <DNA_vec_types.h>

Public Attributes

float value [4][4]
 

Detailed Description

This type generally shouldn't be used. It only exists for cases where a DNA type that corresponds to blender:float4x4 is required. Note that float4x4 is 16 byte aligned, but we can't enforce that this struct yet.

Definition at line 58 of file DNA_vec_types.h.

Member Data Documentation

◆ value

float mat4x4f::value[4][4]

Definition at line 59 of file DNA_vec_types.h.


The documentation for this struct was generated from the following file: