SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLAnimKeyframe.h File Reference
#include <SL.h>
#include <SLQuat4.h>
#include <SLVec3.h>
Include dependency graph for SLAnimKeyframe.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLAnimKeyframe
 Base class for all animation keyframes. More...
 
class  SLTransformKeyframe
 SLTransformKeyframe is a specialized SLKeyframe for node transformations. More...
 

Typedefs

typedef vector< SLAnimKeyframe * > SLVKeyframe
 

Detailed Description

Authors
Marcus Hudritsch
Date
July 2014
Authors
Marcus Hudritsch
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SLAnimKeyframe.h.

Typedef Documentation

◆ SLVKeyframe

typedef vector<SLAnimKeyframe*> SLVKeyframe

Definition at line 67 of file SLAnimKeyframe.h.