BRL-CAD
anim_mat Struct Reference

#include <anim.h>

Data Fields

int anm_op
 ANM_RSTACK, ANM_RARC... More...
 
mat_t anm_mat
 Matrix. More...
 

Detailed Description

Each one of these structures specifies an arc in the tree that is to be operated on for animation purposes. More than one animation operation may be applied at any given arc. The directory structure points to a linked list of animate structures (built by rt_anim_add()), and the operations are processed in the order given.

Definition at line 52 of file anim.h.

Field Documentation

◆ anm_op

int anm_op

ANM_RSTACK, ANM_RARC...

Definition at line 53 of file anim.h.

◆ anm_mat

mat_t anm_mat

Matrix.

Definition at line 54 of file anim.h.


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