Blender  V2.93
Public Attributes | List of all members
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 97 of file BKE_pointcache.h.

Member Data Documentation

◆ ave

float PTCacheData::ave[3]

Definition at line 102 of file BKE_pointcache.h.

◆ boids

struct BoidData PTCacheData::boids

Definition at line 104 of file BKE_pointcache.h.

◆ index

unsigned int PTCacheData::index

Definition at line 98 of file BKE_pointcache.h.

◆ loc

float PTCacheData::loc[3]

Definition at line 99 of file BKE_pointcache.h.

◆ rot

float PTCacheData::rot[4]

Definition at line 101 of file BKE_pointcache.h.

◆ size

float PTCacheData::size

Definition at line 103 of file BKE_pointcache.h.

◆ times

float PTCacheData::times[3]

Definition at line 104 of file BKE_pointcache.h.

◆ vel

float PTCacheData::vel[3]

Definition at line 100 of file BKE_pointcache.h.


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