repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git]
/
plugins
/
motion
/
affine.inc
blob
0120e4496820aca035cb0a51a3ac5a6b962c191b
1
#ifndef AFFINE_INC
2
#define AFFINE_INC
3
4
5
class AffineEngine;
6
class AffineUnit;
7
class AffinePackage;
8
class AffineMatrix;
9
10
11
#endif