FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Lytica.hpp
1#include <string>
2#include <eagle/PhysicalSpace.hpp>
3
4using std::string;
5
6struct Context
7{
8 double time;
9 struct { double x,y,z; } Point;
10 double a;
11 double b;
12 double c;
13};
14
16{
17 string what;
18 unsigned where;
19
20 Eagle::tvector3 vectorresult;
21
22static double scalareval(ParseContext&P);
23
24static Eagle::tvector3 vectoreval(ParseContext&P);
25
26};
27
28
basic_string< char > string
Definition Lytica.hpp:7
Definition Lytica.hpp:16