C# Class Point.Path

Mostra file Open project: nzhul/TelerikAcademy Class Usage Examples

Public Properties

Property Type Description
AllPoints List

Public Methods

Method Description
AddPoint ( Point3D point ) : void
ClearPath ( ) : void
PrintPath ( ) : void

Method Details

AddPoint() public method

public AddPoint ( Point3D point ) : void
point Point3D
return void

ClearPath() public method

public ClearPath ( ) : void
return void

PrintPath() public method

public PrintPath ( ) : void
return void

Property Details

AllPoints public_oe property

public List AllPoints
return List