C# Class Air_Hockey_Simulator.Physics.Physics

Afficher le fichier Open project: CallumJHays/AirHockeyRobot

Méthodes publiques

Свойство Type Description
energy_loss_enabled bool

Méthodes publiques

Méthode Description
GetClosestCollisionData ( Puck p, double offset, PointD ghost_puck_location, Puck c, Table table ) : CollisionData
ProjectionLine ( Puck p, Line reference ) : Line
Update ( Puck p, Puck c, Table table, double delta_time ) : InformationPacket

Method Details

GetClosestCollisionData() public static méthode

public static GetClosestCollisionData ( Puck p, double offset, PointD ghost_puck_location, Puck c, Table table ) : CollisionData
p Puck
offset double
ghost_puck_location PointD
c Puck
table Table
Résultat CollisionData

ProjectionLine() public static méthode

public static ProjectionLine ( Puck p, Line reference ) : Line
p Puck
reference Line
Résultat Line

Update() public static méthode

public static Update ( Puck p, Puck c, Table table, double delta_time ) : InformationPacket
p Puck
c Puck
table Table
delta_time double
Résultat InformationPacket

Property Details

energy_loss_enabled public_oe static_oe property

public static bool energy_loss_enabled
Résultat bool