Blender V4.3
PTCacheData Struct Reference

#include <BKE_pointcache.h>

Public Attributes

unsigned int index
 
float loc [3]
 
float vel [3]
 
float rot [4]
 
float ave [3]
 
float size
 
float times [3]
 
struct BoidData boids
 

Detailed Description

Definition at line 84 of file BKE_pointcache.h.

Member Data Documentation

◆ ave

float PTCacheData::ave[3]

Definition at line 89 of file BKE_pointcache.h.

◆ boids

struct BoidData PTCacheData::boids

Definition at line 92 of file BKE_pointcache.h.

◆ index

unsigned int PTCacheData::index

Definition at line 85 of file BKE_pointcache.h.

◆ loc

float PTCacheData::loc[3]

Definition at line 86 of file BKE_pointcache.h.

◆ rot

float PTCacheData::rot[4]

Definition at line 88 of file BKE_pointcache.h.

◆ size

float PTCacheData::size

Definition at line 90 of file BKE_pointcache.h.

◆ times

float PTCacheData::times[3]

Definition at line 91 of file BKE_pointcache.h.

◆ vel

float PTCacheData::vel[3]

Definition at line 87 of file BKE_pointcache.h.


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