File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1616// / @parblock
1717// /
1818// / Persistence of Vision Ray Tracer ('POV-Ray') version 3.8.
19- // / Copyright 1991-2017 Persistence of Vision Raytracer Pty. Ltd.
19+ // / Copyright 1991-2018 Persistence of Vision Raytracer Pty. Ltd.
2020// /
2121// / POV-Ray is free software: you can redistribute it and/or modify
2222// / it under the terms of the GNU Affero General Public License as
4747// Module config header file must be the first file included within POV-Ray unit header files
4848#include " core/configcore.h"
4949
50+ #include " base/types.h"
51+
5052namespace pov
5153{
5254
55+ using namespace pov_base ;
56+
5357// ##############################################################################
5458// /
5559// / @defgroup PovCoreMathSpline Splines
5660// / @ingroup PovCoreMath
5761// /
5862// / @{
5963
60- typedef DBL EXPRESS[5 ];
61-
6264struct SplineEntry
6365{
6466 DBL par; // Parameter
You can’t perform that action at this time.
0 commit comments