C# Class csModels.PathPlanner.Extensions

Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
ToAngleInDegrees ( this vector ) : double

Convert a vection into an angle in degrees (0 degrees is looking North, 360 degrees clockwise).

ToSentenceCase ( this str ) : string

Method Details

ToAngleInDegrees() public static méthode

Convert a vection into an angle in degrees (0 degrees is looking North, 360 degrees clockwise).
public static ToAngleInDegrees ( this vector ) : double
vector this
Résultat double

ToSentenceCase() public static méthode

public static ToSentenceCase ( this str ) : string
str this
Résultat string