SimpleNGL 1.0
Classes | Enumerations
include/Cloth.h File Reference

The file containing all necessary structures and integration for simulating cloth. More...

#include "vector"
#include "ngl/Vector.h"

Go to the source code of this file.

Classes

struct  Particle
 a simple particle struct to hold our state vectors and other state variables More...
struct  Spring
 simple struct defining the state variables of a spring More...
class  Cloth
 class defining all the behaviours and state of cloth includes integration methods for simplicity More...

Enumerations

enum  INTEGRATION { EULER = 0, VERLET }
 the two available integration methods More...

Detailed Description

The file containing all necessary structures and integration for simulating cloth.


Enumeration Type Documentation

the two available integration methods

Enumerator:
EULER 
VERLET 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator