Blender  V2.93
Public Attributes | List of all members
EffectedPoint Struct Reference

#include <BKE_effect.h>

Public Attributes

floatloc
 
floatvel
 
floatave
 
floatrot
 
float vel_to_frame
 
float vel_to_sec
 
float size
 
float charge
 
unsigned int flag
 
int index
 
struct ParticleSystempsys
 

Detailed Description

Definition at line 44 of file BKE_effect.h.

Member Data Documentation

◆ ave

float* EffectedPoint::ave

◆ charge

float EffectedPoint::charge

Definition at line 53 of file BKE_effect.h.

Referenced by do_physical_effector(), and pd_point_from_particle().

◆ flag

unsigned int EffectedPoint::flag

◆ index

int EffectedPoint::index

◆ loc

float* EffectedPoint::loc

◆ psys

struct ParticleSystem* EffectedPoint::psys

◆ rot

float* EffectedPoint::rot

◆ size

float EffectedPoint::size

◆ vel

float* EffectedPoint::vel

◆ vel_to_frame

float EffectedPoint::vel_to_frame

◆ vel_to_sec

float EffectedPoint::vel_to_sec

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