Blender  V3.3
Public Attributes | List of all members
FMod_Generator Struct Reference

#include <DNA_anim_types.h>

Public Attributes

floatcoefficients
 
unsigned int arraysize
 
int poly_order
 
int mode
 
int flag
 

Detailed Description

Definition at line 107 of file DNA_anim_types.h.

Member Data Documentation

◆ arraysize

unsigned int FMod_Generator::arraysize

Size of the coefficients array.

Definition at line 112 of file DNA_anim_types.h.

◆ coefficients

float* FMod_Generator::coefficients

Coefficients array.

Definition at line 110 of file DNA_anim_types.h.

Referenced by fcm_generator_copy(), and followpath_path_animate_exec().

◆ flag

int FMod_Generator::flag

Settings.

Definition at line 120 of file DNA_anim_types.h.

◆ mode

int FMod_Generator::mode

Which 'generator' to use eFMod_Generator_Modes.

Definition at line 117 of file DNA_anim_types.h.

◆ poly_order

int FMod_Generator::poly_order

Order of polynomial generated (i.e. 1 for linear, 2 for quadratic).

Definition at line 115 of file DNA_anim_types.h.


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