C# Class Ballz.CameraTrajectory

Datei anzeigen Open project: SpagAachen/Ballz Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CameraTrajectory ( Vector2 startpoint, Vector2 endpoint, GameTime startTime ) : System
GetCurrentPoint ( GameTime g ) : Vector3
IsValid ( ) : bool

Method Details

CameraTrajectory() public method

public CameraTrajectory ( Vector2 startpoint, Vector2 endpoint, GameTime startTime ) : System
startpoint Vector2
endpoint Vector2
startTime Microsoft.Xna.Framework.GameTime
return System

GetCurrentPoint() public method

public GetCurrentPoint ( GameTime g ) : Vector3
g Microsoft.Xna.Framework.GameTime
return Vector3

IsValid() public method

public IsValid ( ) : bool
return bool