Blender V5.0
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 80 of file BKE_pointcache.h.

Member Data Documentation

◆ ave

float PTCacheData::ave[3]

Definition at line 85 of file BKE_pointcache.h.

◆ boids

struct BoidData PTCacheData::boids

Definition at line 88 of file BKE_pointcache.h.

◆ index

unsigned int PTCacheData::index

Definition at line 81 of file BKE_pointcache.h.

◆ loc

float PTCacheData::loc[3]

Definition at line 82 of file BKE_pointcache.h.

◆ rot

float PTCacheData::rot[4]

Definition at line 84 of file BKE_pointcache.h.

◆ size

float PTCacheData::size

Definition at line 86 of file BKE_pointcache.h.

◆ times

float PTCacheData::times[3]

Definition at line 87 of file BKE_pointcache.h.

◆ vel

float PTCacheData::vel[3]

Definition at line 83 of file BKE_pointcache.h.


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