Contains various spline functions.  
 More...
Contains various spline functions. 
 | 
| static Vector3  | CatmullRom (Vector3 previous, Vector3 start, Vector3 end, Vector3 next, float elapsedTime) | 
|   | 
| static Vector3  | CatmullRomOLD (Vector3 previous, Vector3 start, Vector3 end, Vector3 next, float elapsedTime) | 
|   | 
  
  
      
        
          | static Vector3 CatmullRom  | 
          ( | 
          Vector3  | 
          previous,  | 
         
        
           | 
           | 
          Vector3  | 
          start,  | 
         
        
           | 
           | 
          Vector3  | 
          end,  | 
         
        
           | 
           | 
          Vector3  | 
          next,  | 
         
        
           | 
           | 
          float  | 
          elapsedTime  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static Vector3 CatmullRomOLD  | 
          ( | 
          Vector3  | 
          previous,  | 
         
        
           | 
           | 
          Vector3  | 
          start,  | 
         
        
           | 
           | 
          Vector3  | 
          end,  | 
         
        
           | 
           | 
          Vector3  | 
          next,  | 
         
        
           | 
           | 
          float  | 
          elapsedTime  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file:
- /Users/arong/Unity/a-pathfinding-project/Assets/AstarPathfindingProject/Core/AstarMath.cs