Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
catmullromspline.cpp File Reference
#include "catmullromspline.h"
#include "persistfactory.h"
#include "wwmathids.h"
#include "wwhack.h"

Go to the source code of this file.

Enumerations

enum  { CATMULLROM3D_CHUNK_HERMITE3D = 0x00020727 , CATMULLROM1D_CHUNK_HERMITE1D = 0x00020729 }
 

Functions

 DECLARE_FORCE_LINK (catmullromspline)
 

Variables

SimplePersistFactoryClass< CatmullRomSpline3DClass, WWMATH_CHUNKID_CATMULLROMSPLINE3D_CatmullRomSpline3DFactory
 
SimplePersistFactoryClass< CatmullRomSpline1DClass, WWMATH_CHUNKID_CATMULLROMSPLINE1D_CatmullRomSpline1DFactory
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
CATMULLROM3D_CHUNK_HERMITE3D 
CATMULLROM1D_CHUNK_HERMITE1D 

Definition at line 62 of file catmullromspline.cpp.

Function Documentation

◆ DECLARE_FORCE_LINK()

DECLARE_FORCE_LINK ( catmullromspline )

Variable Documentation

◆ _CatmullRomSpline1DFactory

◆ _CatmullRomSpline3DFactory