ControlSystem.VecPoint.ToString C# (CSharp) Méthode

ToString() public méthode

The position in string format.
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return "("+iX + "," + iY + "," + iZ + "," + iPitch + "," + iRoll + ")";
        }