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

#include <BKE_pointcache.h>

Public Attributes

floatco
 
floatvel
 
floatrot
 
floattime
 
float world_co [3]
 
float ftime
 
float length
 
short flag
 

Detailed Description

Definition at line 189 of file BKE_pointcache.h.

Member Data Documentation

◆ co

float* PTCacheEditKey::co

◆ flag

short PTCacheEditKey::flag

◆ ftime

float PTCacheEditKey::ftime

Definition at line 196 of file BKE_pointcache.h.

Referenced by PE_create_particle_edit(), and remove_tagged_keys().

◆ length

float PTCacheEditKey::length

Definition at line 197 of file BKE_pointcache.h.

Referenced by iterate_lengths_iter(), PE_mirror_particle(), and remove_tagged_keys().

◆ rot

float* PTCacheEditKey::rot

Definition at line 192 of file BKE_pointcache.h.

Referenced by PE_create_particle_edit().

◆ time

float* PTCacheEditKey::time

◆ vel

float* PTCacheEditKey::vel

Definition at line 191 of file BKE_pointcache.h.

Referenced by edit_to_particle(), PE_create_particle_edit(), and update_velocities().

◆ world_co

float PTCacheEditKey::world_co[3]

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