![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <AnimationEvaluator.h>
Public Types | |
using | Container = vector< mat4< F32 > > |
Public Member Functions | |
void | matrices (const Container &matricesIn) |
const Container & | matrices () const noexcept |
size_t | count () const noexcept |
Private Attributes | |
Container | _matrices |
Definition at line 60 of file AnimationEvaluator.h.
using Divide::BoneTransform::Container = vector<mat4<F32> > |
Definition at line 62 of file AnimationEvaluator.h.
|
inlinenoexcept |
Definition at line 66 of file AnimationEvaluator.h.
|
inlinenoexcept |
Definition at line 65 of file AnimationEvaluator.h.
|
inline |
Definition at line 64 of file AnimationEvaluator.h.
|
private |
Definition at line 69 of file AnimationEvaluator.h.