C# Class csModels.PathPlanner.Extensions

Show file Open project: TNOCS/csTouch

Public Methods

Method 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 method

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

ToSentenceCase() public static method

public static ToSentenceCase ( this str ) : string
str this
return string