C# Class Pathfinding.AstarSplines

Mostrar archivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Methods

Method Description
CatmullRom ( Vector3 previous, Vector3 start, Vector3 end, Vector3 next, float elapsedTime ) : Vector3
CatmullRomOLD ( Vector3 previous, Vector3 start, Vector3 end, Vector3 next, float elapsedTime ) : Vector3

Method Details

CatmullRom() public static method

public static CatmullRom ( Vector3 previous, Vector3 start, Vector3 end, Vector3 next, float elapsedTime ) : Vector3
previous Vector3
start Vector3
end Vector3
next Vector3
elapsedTime float
return Vector3

CatmullRomOLD() public static method

public static CatmullRomOLD ( Vector3 previous, Vector3 start, Vector3 end, Vector3 next, float elapsedTime ) : Vector3
previous Vector3
start Vector3
end Vector3
next Vector3
elapsedTime float
return Vector3