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

Go to the source code of this file.

Classes

class  SLJoint
 Specialized SLNode that represents a single joint (or bone) in a skeleton. More...
 

Typedefs

typedef vector< SLJoint * > SLVJoint
 

Detailed Description

Date
Autumn 2014
Authors
Marc Wacker, 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 SLJoint.h.

Typedef Documentation

◆ SLVJoint

typedef vector<SLJoint*> SLVJoint

Definition at line 58 of file SLJoint.h.