C# Class Point.Path

Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

Свойство Type Description
AllPoints List

Méthodes publiques

Méthode Description
AddPoint ( Point3D point ) : void
ClearPath ( ) : void
PrintPath ( ) : void

Method Details

AddPoint() public méthode

public AddPoint ( Point3D point ) : void
point Point3D
Résultat void

ClearPath() public méthode

public ClearPath ( ) : void
Résultat void

PrintPath() public méthode

public PrintPath ( ) : void
Résultat void

Property Details

AllPoints public_oe property

public List AllPoints
Résultat List