sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
14
app/xlockmore/modes/glx/i_figureeight.h
Normal file
14
app/xlockmore/modes/glx/i_figureeight.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef __FIGUREEIGHT
|
||||
#define __FIGUREEIGHT
|
||||
#include "i_threejetvec.h"
|
||||
#include "i_twojetvec.h"
|
||||
|
||||
#define N_STRIPS 8
|
||||
|
||||
TwoJetVec FigureEight(
|
||||
TwoJetVec w, TwoJetVec h, TwoJetVec bend,
|
||||
TwoJet form, TwoJet v
|
||||
);
|
||||
TwoJetVec AddFigureEight(ThreeJetVec p, ThreeJet u, TwoJet v, ThreeJet form, ThreeJet scale);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue